charvax.swing.event
public class TreeModelEvent extends java.util.EventObject
Modifier and Type | Field and Description |
---|---|
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.
|
Constructor and Description |
---|
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.
|
protected int[] childIndices
protected java.lang.Object[] children
protected TreePath path