Uses of Interface
com.hp.lft.sdk.java.TreeViewNode
Packages that use TreeViewNode
-
Uses of TreeViewNode in com.hp.lft.sdk.java
Methods in com.hp.lft.sdk.java that return TreeViewNodeModifier and TypeMethodDescriptionReturns the specified node.Methods in com.hp.lft.sdk.java that return types with arguments of type TreeViewNodeModifier and TypeMethodDescriptionTreeView.getSelectedNodes()
Returns the selected nodes in the tree.Methods in com.hp.lft.sdk.java with parameters of type TreeViewNodeModifier and TypeMethodDescriptionvoid
TreeView.activateNode
(TreeViewNode node) Activates a node in the tree.void
TreeView.deselect
(TreeViewNode... nodes) Clears the selection of nodes in the tree.void
TreeView.extendSelect
(TreeViewNode... nodes) Selects additional nodes in the tree.void
TreeView.select
(TreeViewNode... nodes) Selects the specified nodes.void
TreeView.selectRange
(TreeViewNode fromNode, TreeViewNode toNode) Selects the specified range of nodes.