| Klasse javax.swing.event.TreeSelectionEvent | 1.2 |
java.lang.Object
|
+--java.util.EventObject
|
+--javax.swing.event.TreeSelectionEvent
| Datenelemente | |
|---|---|
| protected TreePath[] | paths |
| protected boolean[] | areNew |
| protected TreePath | oldLeadSelectionPath |
| protected TreePath | newLeadSelectionPath |
| Konstruktoren | |
|---|---|
| public | TreeSelectionEvent(Object source, TreePath[] paths, boolean[] areNew, TreePath oldLeadSelectionPath, TreePath newLeadSelectionPath) |
| public | TreeSelectionEvent(Object source, TreePath path, boolean isNew, TreePath oldLeadSelectionPath, TreePath newLeadSelectionPath) |
| Methoden | |
|---|---|
| public TreePath[] | getPaths() |
| public TreePath | getPath() |
| public boolean | isAddedPath() |
| public boolean | isAddedPath(TreePath path) |
| public boolean | isAddedPath(int index) ![]() |
| public TreePath | getOldLeadSelectionPath() |
| public TreePath | getNewLeadSelectionPath() |
| public Object | cloneWithSource(Object newSource) |
![[1.3]](../../images/marg13.gif)