charvax.swing.event

Class TreeModelEvent


public class TreeModelEvent
extends java.util.EventObject

Field Summary

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.

Constructor Summary

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.

Field Details

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.

Constructor Details

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.