swingwtx.swing.event
Class TreeModelEvent
java.lang.Object
java.util.EventObject
swingwtx.swing.event.TreeModelEvent
- All Implemented Interfaces:
- java.io.Serializable
- public class TreeModelEvent
- extends java.util.EventObject
- See Also:
- Serialized Form
Fields inherited from class java.util.EventObject |
source |
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 |
path
protected TreePath path
childIndices
protected int[] childIndices
children
protected java.lang.Object[] children
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)
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()