Uses of Interface
com.hp.lft.sdk.winforms.TreeViewNode
Packages that use TreeViewNode
Package
Description
Provides the SDK for testing .NET Windows Forms objects.
-
Uses of TreeViewNode in com.hp.lft.sdk.winforms
Methods in com.hp.lft.sdk.winforms that return TreeViewNodeModifier and TypeMethodDescriptionReturns the node at the given path.Methods in com.hp.lft.sdk.winforms that return types with arguments of type TreeViewNodeModifier and TypeMethodDescriptionTreeView.getCheckedVisibleNodes()
Returns the checked visible nodes in the tree-view control.TreeView.getSelectedNodes()
Returns the selected nodes in the tree-view control.TreeView.getVisibleNodes()
Returns the visible nodes in the tree-view control.Methods in com.hp.lft.sdk.winforms with parameters of type TreeViewNodeModifier and TypeMethodDescriptionvoid
TreeView.activateNode
(TreeViewNode node) Activates a node in the tree-view control.void
TreeView.activateNode
(TreeViewNode node, MouseButton button) Activates (double-clicks) a node in this tree-view control.void
TreeView.select
(TreeViewNode node) Selects a node in the tree-view control.void
TreeView.select
(TreeViewNode node, MouseButton button) Selects a node in the tree-view control.