com.hp.lft.sdk.winforms

Class TreeViewDescription

  • All Implemented Interfaces:
    CloneableObject, Description, com.hp.lft.sdk.internal.DescriptionWithVri, java.lang.Cloneable


    public class TreeViewDescription
    extends UiObjectDescriptionBase
    The description of a .NET Windows Forms TreeView test object.
    • Constructor Detail

      • TreeViewDescription

        public TreeViewDescription()
        Initializes a new instance of the TreeViewDescription class.
    • Method Detail

      • setVisibleNodes

        public void setVisibleNodes(java.lang.String[] visibleNodes)
        Sets the visible nodes in the tree view.
        Parameters:
        visibleNodes - the nodes
      • getVisibleNodes

        public java.lang.String[] getVisibleNodes()
        Returns the visible nodes in the tree view.
        Returns:
        the visible nodes
      • setSelectedNodes

        public void setSelectedNodes(java.lang.String[] nodes)
        Sets the selected nodes in the tree view.
        Parameters:
        nodes - the selected nodes
      • getSelectedNodes

        public java.lang.String[] getSelectedNodes()
        Returns the selected nodes in the tree view.
        Returns:
        the selected nodes
      • setNodesCount

        public void setNodesCount(java.lang.Integer count)
        Sets the number of nodes in the tree view.
        Parameters:
        count - the node count
      • getNodesCount

        public java.lang.Integer getNodesCount()
        Returns the number of nodes in the tree view.
        Returns:
        the node count