|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
yu.ac.bg.etf.javaqx.qswing.events.TreeModelEvent
Tree Model Event.
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)
Constructs new TreeModelEvent object. |
|
TreeModelEvent(java.lang.Object source,
java.lang.Object[] path,
int[] childIndices,
java.lang.Object[] children)
Constructs new TreeModelEvent object. |
|
TreeModelEvent(java.lang.Object source,
TreePath path)
Constructs new TreeModelEvent object. |
|
TreeModelEvent(java.lang.Object source,
TreePath path,
int[] childIndices,
java.lang.Object[] children)
Constructs new TreeModelEvent object. |
Method Summary | |
int[] |
getChildIndices()
Return child indices. |
java.lang.Object[] |
getChildren()
Returns children. |
java.lang.Object[] |
getPath()
Returns path. |
TreePath |
getTreePath()
Returns three path. |
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 |
protected transient TreePath path
protected int[] childIndices
protected java.lang.Object[] children
Constructor Detail |
public TreeModelEvent(java.lang.Object source, TreePath path, int[] childIndices, java.lang.Object[] children)
source
- the event sourcepath
- the pathchildIndices
- the child indiceschildren
- the children
java.lang.IllegalArgumentException
- if the source is nullpublic TreeModelEvent(java.lang.Object source, TreePath path)
source
- the event sourcepath
- the path
java.lang.IllegalArgumentException
- if the source is nullpublic TreeModelEvent(java.lang.Object source, java.lang.Object[] path, int[] childIndices, java.lang.Object[] children)
source
- the event sourcepath
- the pathchildIndices
- the child indiceschildren
- the children
java.lang.IllegalArgumentException
- if the source is nullpublic TreeModelEvent(java.lang.Object source, java.lang.Object[] path)
source
- the event sourcepath
- the path
java.lang.IllegalArgumentException
- if the source is nullMethod Detail |
public TreePath getTreePath()
public java.lang.Object[] getPath()
public java.lang.Object[] getChildren()
public int[] getChildIndices()
public java.lang.String toString()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |