|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.EventObject charvax.swing.event.TreeModelEvent
Field Summary | |
protected int[] |
childIndices
Indices identifying the position of where the children were. |
protected java.lang.Object[] |
children
Children that have been removed. |
protected TreePath |
path
Path to the parent of the nodes that have changed. |
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
TreeModelEvent(java.lang.Object source,
java.lang.Object[] objects)
Used to create an event when the node structure has changed in some way, identifying the path to the root of a modified subtree as an array of Objects. |
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 |
Field Detail |
protected int[] childIndices
protected java.lang.Object[] children
protected TreePath path
Constructor Detail |
public TreeModelEvent(java.lang.Object source, java.lang.Object[] objects)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |