Uses of Class
org.apache.pivot.wtk.TreeView.SelectMode
-
Packages that use TreeView.SelectMode Package Description org.apache.pivot.wtk Contains classes that define the structure and behavior of WTK user interface components.org.apache.pivot.wtk.skin.terra Defines skin classes for the "Terra" theme. -
-
Uses of TreeView.SelectMode in org.apache.pivot.wtk
Methods in org.apache.pivot.wtk that return TreeView.SelectMode Modifier and Type Method Description TreeView.SelectMode
TreeView. getSelectMode()
Returns the current selection mode.static TreeView.SelectMode
TreeView.SelectMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TreeView.SelectMode[]
TreeView.SelectMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.pivot.wtk with parameters of type TreeView.SelectMode Modifier and Type Method Description void
TreeViewListener.Adapter. selectModeChanged(TreeView treeView, TreeView.SelectMode previousSelectMode)
Deprecated.void
TreeViewListener.Listeners. selectModeChanged(TreeView treeView, TreeView.SelectMode previousSelectMode)
default void
TreeViewListener. selectModeChanged(TreeView treeView, TreeView.SelectMode previousSelectMode)
Called when a tree view's select mode has changed.void
TreeView. setSelectMode(TreeView.SelectMode selectMode)
Sets the selection mode. -
Uses of TreeView.SelectMode in org.apache.pivot.wtk.skin.terra
Methods in org.apache.pivot.wtk.skin.terra with parameters of type TreeView.SelectMode Modifier and Type Method Description void
TerraTreeViewSkin. selectModeChanged(TreeView treeView, TreeView.SelectMode previousSelectMode)
-