org.argouml.ui.explorer
Class ExplorerTree.ExplorerTreeWillExpandListener

java.lang.Object
  extended byorg.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.


Constructor Summary
(package private) ExplorerTree.ExplorerTreeWillExpandListener()
           
 
Method Summary
 void treeWillCollapse(TreeExpansionEvent tee)
          Does nothing.
 void treeWillExpand(TreeExpansionEvent tee)
          Updates stereotype setting, adds all children per treemodel 'build on demand' design.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExplorerTree.ExplorerTreeWillExpandListener

ExplorerTree.ExplorerTreeWillExpandListener()
Method Detail

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


ArgoUML © 1996-2004 (20050222)ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook