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. |