Package docking.widgets.tree.support
Class GTreeSelectionEvent
java.lang.Object
docking.widgets.tree.support.GTreeSelectionEvent
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumAn enum that contains the origin of the GTreeSelectionEvent (see each enum for more details). -
Constructor Summary
ConstructorsConstructorDescriptionGTreeSelectionEvent(TreeSelectionEvent event, GTreeSelectionEvent.EventOrigin origin) -
Method Summary
Modifier and TypeMethodDescriptiongetPath()TreePath[]getPaths()booleanbooleanisAddedPath(int index) booleanisAddedPath(TreePath path)
-
Constructor Details
-
GTreeSelectionEvent
-
-
Method Details
-
getEventOrigin
-
getNewLeadSelectionPath
-
getOldLeadSelectionPath
-
getPath
-
getPaths
-
getSource
-
isAddedPath
public boolean isAddedPath() -
isAddedPath
public boolean isAddedPath(int index) -
isAddedPath
-