Package csli.util.swing.jtree

Class Summary
ExpandAllNodes Expands all nodes in the tree model on every change.
ExpandLastNode Expands the last nodes in the tree model Must be added BEFORE the model is set for the tree.
HidableTreeModel  
HidableTreeNode An extension to the DefaultMutableTreeNode that allows us to control whether or not a node is hidden or not.
MaintainTreeExpansionListener This is a combination TreeModelListener and TreeExpansionListener, which when properly added to a JTree / TreeModel will be able to maintain what is expanded / collapsed through any calls to nodeStructureChanged().