org.argouml.ui.explorer
Class ExplorerTree.ExplorerTreeWillExpandListener
java.lang.Object
org.argouml.ui.explorer.ExplorerTree.ExplorerTreeWillExpandListener
- All Implemented Interfaces:
- EventListener, TreeWillExpandListener
- Enclosing class:
- ExplorerTree
- class ExplorerTree.ExplorerTreeWillExpandListener
- extends Object
- implements TreeWillExpandListener
Helps prepare state before a node is expanded.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExplorerTree.ExplorerTreeWillExpandListener
ExplorerTree.ExplorerTreeWillExpandListener()
treeWillCollapse
public void treeWillCollapse(TreeExpansionEvent tee)
- Does nothing.
- Specified by:
treeWillCollapse
in interface TreeWillExpandListener
treeWillExpand
public void treeWillExpand(TreeExpansionEvent tee)
- Updates stereotype setting,
adds all children per treemodel 'build on demand' design.
- Specified by:
treeWillExpand
in interface TreeWillExpandListener