charvax.swing.event
Class TreeModelEvent
java.util.EventObject
charvax.swing.event.TreeModelEvent
public class TreeModelEvent
extends java.util.EventObject
protected int[] | childIndices - Indices identifying the position of where the children were.
|
protected Object[] | children - Children that have been removed.
|
protected TreePath | path - Path to the parent of the nodes that have changed.
|
TreeModelEvent(Object source, 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.
|
childIndices
protected int[] childIndices
Indices identifying the position of where the children were.
children
protected Object[] children
Children that have been removed.
path
protected TreePath path
Path to the parent of the nodes that have changed.
TreeModelEvent
public TreeModelEvent(Object source,
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.