Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. All rights reserved.

JSR-209 (Final Approval Ballot)

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 Approval Ballot)

Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 209 specification.