JSR-209 (Final Release)

Uses of Class
javax.swing.event.TreeExpansionEvent

Packages that use TreeExpansionEvent
javax.swing.event Provides for events fired by Swing components. 
javax.swing.tree Provides classes and interfaces for dealing with javax.swing.JTree
 

Uses of TreeExpansionEvent in javax.swing.event
 

Methods in javax.swing.event with parameters of type TreeExpansionEvent
 void TreeWillExpandListener.treeWillExpand(TreeExpansionEvent event)
          Invoked whenever a node in the tree is about to be expanded.
 void TreeWillExpandListener.treeWillCollapse(TreeExpansionEvent event)
          Invoked whenever a node in the tree is about to be collapsed.
 void TreeExpansionListener.treeExpanded(TreeExpansionEvent event)
          Called whenever an item in the tree has been expanded.
 void TreeExpansionListener.treeCollapsed(TreeExpansionEvent event)
          Called whenever an item in the tree has been collapsed.
 

Uses of TreeExpansionEvent in javax.swing.tree
 

Fields in javax.swing.tree declared as TreeExpansionEvent
protected  TreeExpansionEvent ExpandVetoException.event
          The event that the exception was created for.
 

Constructors in javax.swing.tree with parameters of type TreeExpansionEvent
ExpandVetoException(TreeExpansionEvent event)
          Constructs an ExpandVetoException object with no message.
ExpandVetoException(TreeExpansionEvent event, java.lang.String message)
          Constructs an ExpandVetoException object with the specified message.
 


JSR-209 (Final Release)

Java and Java 2D are trademarks or registered trademarks of Sun Microsystems, Inc. in the U.S. and other countries.
Copyright 1993 - 2006 Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, California 95054, U.S.A. All Rights Reserved.
Use of this specification is subject to this license.