Uses of Interface
com.hp.lft.sdk.powerbuilder.TreeViewNode
Packages that use TreeViewNode
-
Uses of TreeViewNode in com.hp.lft.sdk.powerbuilder
Methods in com.hp.lft.sdk.powerbuilder that return TreeViewNodeModifier and TypeMethodDescriptionReturns a node with the given path.Methods in com.hp.lft.sdk.powerbuilder that return types with arguments of type TreeViewNodeModifier and TypeMethodDescriptionTreeView.getCheckedVisibleNodes()
Retrieves the checked visible nodes in the tree-view object.TreeView.getSelectedNodes()
Returns all the selected nodes in the tree-view object.TreeView.getVisibleNodes()
Returns all visible nodes in the tree-view object.Methods in com.hp.lft.sdk.powerbuilder with parameters of type TreeViewNodeModifier and TypeMethodDescriptionvoid
TreeView.activateNode
(TreeViewNode node) Activates (double-clicks) a node in the tree-view object with a tree-view node.void
TreeView.activateNode
(TreeViewNode node, MouseButton button) Activates (double-clicks) a node in the tree-view object with a tree view node.void
TreeView.select
(TreeViewNode node) Selects a node in the tree-view object.void
TreeView.select
(TreeViewNode node, MouseButton button) Selects a node in the tree-view control.