API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.swing.event. TreeExpansionEvent View Source
Author(s)
Scott Violet
Since
Version
1.21 11/17/05
Serial
Hierarchy
 Object
      EventObject
          TreeExpansionEvent
Implements
Subclasses
Description
public class TreeExpansionEvent
  An event used to identify a single path in a tree.
See also:   
Constructors
public TreeExpansionEvent (Object source, TreePath path)
  Constructs a TreeExpansionEvent object.
Methods
Hide/Show inherited methods
public TreePath getPath ()
Returns the path to the value that has been expanded/collapsed.
public Object getSource () [Inherited From EventObject]
  The object on which the Event initially occurred.
public String toString () [Inherited From EventObject]
  Returns a String representation of this EventObject.
Fields
Hide/Show inherited fields
protected TreePath path
Path to the value this event represents.
protectedtransient Object source [Inherited From EventObject]
The object on which the Event initially occurred.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar