swingwtx.swing.event
Class TreeModelEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byswingwtx.swing.event.TreeModelEvent
All Implemented Interfaces:
java.io.Serializable

public class TreeModelEvent
extends java.util.EventObject

See Also:
Serialized Form

Field Summary
protected  int[] childIndices
           
protected  java.lang.Object[] children
           
protected  TreePath path
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
TreeModelEvent(java.lang.Object source, java.lang.Object[] path)
           
TreeModelEvent(java.lang.Object source, java.lang.Object[] path, int[] childIndices, java.lang.Object[] children)
           
TreeModelEvent(java.lang.Object source, TreePath path)
           
TreeModelEvent(java.lang.Object source, TreePath path, int[] childIndices, java.lang.Object[] children)
           
 
Method Summary
 int[] getChildIndices()
           
 java.lang.Object[] getChildren()
           
 java.lang.Object[] getPath()
           
 TreePath getTreePath()
           
 java.lang.String toString()
           
 
Methods inherited from class java.util.EventObject
getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

path

protected TreePath path

childIndices

protected int[] childIndices

children

protected java.lang.Object[] children
Constructor Detail

TreeModelEvent

public TreeModelEvent(java.lang.Object source,
                      java.lang.Object[] path,
                      int[] childIndices,
                      java.lang.Object[] children)

TreeModelEvent

public TreeModelEvent(java.lang.Object source,
                      TreePath path,
                      int[] childIndices,
                      java.lang.Object[] children)

TreeModelEvent

public TreeModelEvent(java.lang.Object source,
                      java.lang.Object[] path)

TreeModelEvent

public TreeModelEvent(java.lang.Object source,
                      TreePath path)
Method Detail

getTreePath

public TreePath getTreePath()

getPath

public java.lang.Object[] getPath()

getChildren

public java.lang.Object[] getChildren()

getChildIndices

public int[] getChildIndices()

toString

public java.lang.String toString()