| Klasse javax.swing.event.TreeModelEvent | 1.2 |
java.lang.Object
|
+--java.util.EventObject
|
+--javax.swing.event.TreeModelEvent
| Datenelemente | |
|---|---|
| protected TreePath | path |
| protected int[] | childIndices |
| protected Object[] | children |
| Konstruktoren | |
|---|---|
| public | TreeModelEvent(Object source, Object[] path, int[] childIndices, Object[] children) |
| public | TreeModelEvent(Object source, TreePath path, int[] childIndices, Object[] children) |
| public | TreeModelEvent(Object source, Object[] path) |
| public | TreeModelEvent(Object source, TreePath path) |
| Methoden | |
|---|---|
| public TreePath | getTreePath() |
| public Object[] | getPath() |
| public Object[] | getChildren() |
| public int[] | getChildIndices() |
| public String | toString() |