Tree Events: View Changes
The TreeExpansionListener Class lets us catch:
changes in Tree expansion/collapse
public TreePath getPath();
TreeWillExpandListener interface:
* allows access to events before
* allows one to prep the tree before
ExpandVetoException Class
-- blocks impending TreeExpansionEvent
The TreeModelListener interface imposes two methods:
public void treeCollapsed