ElegantJ Trees Java API Specification v1.1

com.elegantj.awt.tree
Class AWTTreeExpansionEvent

java.lang.Object
  extended byjava.util.EventObject
      extended bycom.elegantj.awt.tree.AWTTreeExpansionEvent
All Implemented Interfaces:
java.io.Serializable

public class AWTTreeExpansionEvent
extends java.util.EventObject

AWTTreeExpansionEvent is used to notify interested parties that state has changed in the event source.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
AWTTreeExpansionEvent(java.lang.Object source, AWTTreeNode[] path)
          Constructor of the AWTTreeExpansionEvent
 
Method Summary
 AWTTreeNode[] getPath()
          Method which returns the path of the node
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AWTTreeExpansionEvent

public AWTTreeExpansionEvent(java.lang.Object source,
                             AWTTreeNode[] path)
Constructor of the AWTTreeExpansionEvent

Parameters:
source - The object that is the source of the event
path - The array of the AWTTreeNode i.e. path to the root the path containing the AWTTreeNodes up to the root
Method Detail

getPath

public AWTTreeNode[] getPath()
Method which returns the path of the node


ElegantJ Trees Java API Specification v1.1

Submit a bug or feature

Copyright(c)
Elegant Microweb Technologies Pvt. Ltd.
www.elegantmicroweb.com
www.elegantjbeans.com
All Rights Reserved.