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