Package com.metamatrix.console.ui.tree

Interface Summary
SavesExpansionState Interface to be implemented by a JTree that is capable of returning to a saved expansion state.
SortsChildren Interface to be implemented by a DefaultMutableTreeNode which keeps its children in a sorted order.
 

Class Summary
ChildSortingTreeNode Extension to DefaultMutableTreeNode that implements SortsChildren-- always keeps its children in a sorted order.
SortableChildrenNode The SortableChildrenNode is a tree node whose children will be sorted based on their toString implementation.
SortReadyJTree Extension to JTree to always present nodes in a sorted order based on nodes that implement SortsChildren.
TreePathExpansion Data class which allows saving of whether or not a particular TreePath is expanded.
 



Copyright © 2009. All Rights Reserved.