|
ElegantJ Trees Java API Specification v1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
com.elegantj.awt.tree.AWTTreeExpansionEvent
AWTTreeExpansionEvent is used to notify interested parties that state has changed in the event source.
| 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 |
public AWTTreeExpansionEvent(java.lang.Object source,
AWTTreeNode[] path)
source - The object that is the source of the eventpath - The array of the AWTTreeNode i.e. path to the root
the path containing the AWTTreeNodes up to the root| Method Detail |
public AWTTreeNode[] getPath()
|
ElegantJ Trees Java API Specification v1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||