|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.util.EventObject
|
+--com.ibm.as400.ui.framework.java.TreeExpandEvent
An event used to notify interested parties that a tree expansion event has occurred.
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
TreeExpandEvent(java.lang.Object source,
NodeDescriptor nd)
Creates a TreeExpandEvent object. |
|
| Method Summary | |
NodeDescriptor |
getNodeDescriptor()
Return the NodeDescriptor that is associated with the
expand/collapse event. |
| 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 TreeExpandEvent(java.lang.Object source,
NodeDescriptor nd)
source - the source of the event| Method Detail |
public NodeDescriptor getNodeDescriptor()
NodeDescriptor that is associated with the
expand/collapse event.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||