API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.swing.event. TreeWillExpandListener View Source
Author(s)
Scott Violet
Since
Version
1.10 11/17/05
Serial
Hierarchy
 EventListener
      TreeWillExpandListener
Subinterfaces
Description
public interface TreeWillExpandListener
  The listener that's notified when a tree expands or collapses a node.
See also:   
Methods
Hide/Show inherited methods
public void treeWillCollapse (TreeExpansionEvent event) throws ExpandVetoException
Invoked whenever a node in the tree is about to be collapsed.
public void treeWillExpand (TreeExpansionEvent event) throws ExpandVetoException
Invoked whenever a node in the tree is about to be expanded.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar