|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
javax.swing.event.TreeModelEvent
public class TreeModelEvent
TreeModelEvent
Field Summary | |
---|---|
protected int[] |
childIndices
childIndices |
protected Object[] |
children
children |
protected TreePath |
path
path |
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
TreeModelEvent(Object source,
Object[] path)
Constructor TreeModelEvent |
|
TreeModelEvent(Object source,
Object[] path,
int[] childIndices,
Object[] children)
Constructor TreeModelEvent |
|
TreeModelEvent(Object source,
TreePath path)
Constructor TreeModelEvent |
|
TreeModelEvent(Object source,
TreePath path,
int[] childIndices,
Object[] children)
Constructor TreeModelEvent |
Method Summary | |
---|---|
int[] |
getChildIndices()
getChildIndices |
Object[] |
getChildren()
getChildren |
Object[] |
getPath()
getPath |
TreePath |
getTreePath()
getTreePath |
String |
toString()
String representation |
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 |
---|
protected int[] childIndices
protected Object[] children
protected TreePath path
Constructor Detail |
---|
public TreeModelEvent(Object source, Object[] path)
source
- Source objectpath
- public TreeModelEvent(Object source, Object[] path, int[] childIndices, Object[] children)
source
- Source objectpath
- pathchildIndices
- Child indiceschildren
- Childrenpublic TreeModelEvent(Object source, TreePath path)
source
- Source objectpath
- Pathpublic TreeModelEvent(Object source, TreePath path, int[] childIndices, Object[] children)
source
- Source objectpath
- PathchildIndices
- Child indiceschildren
- ChildrenMethod Detail |
---|
public int[] getChildIndices()
public Object[] getChildren()
public Object[] getPath()
public TreePath getTreePath()
public String toString()
toString
in class EventObject
Object.getClass()
,
Object.hashCode()
,
Class.getName()
,
Integer.toHexString(int)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |