com.hp.lft.sdk.winforms

Interface TreeView

    • Method Detail

      • activateNode

        void activateNode(java.lang.String nodePath,
                          MouseButton button)
                   throws GeneralLeanFtException
        Activates (double-clicks) the node at the given path in the tree-view control.
        Parameters:
        nodePath - the path
        button - the mouse button used to activate the node
        Throws:
        GeneralLeanFtException - if an error occurs during execution.
      • activateNode

        void activateNode(int nodeIndex,
                          MouseButton button)
                   throws GeneralLeanFtException
        Activates (double-clicks) a node by index in the tree-view control.
        Parameters:
        nodeIndex - the index
        button - the mouse button used to activate the node
        Throws:
        GeneralLeanFtException - if an error occurs during execution.
      • activateNode

        void activateNode(java.lang.String nodePath)
                   throws GeneralLeanFtException
        Activates the node at the given path in the tree-view control.
        Parameters:
        nodePath - the path
        Throws:
        GeneralLeanFtException - if an error occurs during execution.
      • activateNode

        void activateNode(int nodeIndex)
                   throws GeneralLeanFtException
        Activates the node with the specified index in the tree-view control.
        Parameters:
        nodeIndex - the index
        Throws:
        GeneralLeanFtException - if an error occurs during execution.
      • select

        void select(java.lang.String nodePath,
                    MouseButton button)
             throws GeneralLeanFtException
        Selects the node at the specified path in the tree-view control.
        Parameters:
        nodePath - the path
        button - the mouse button used to select the node
        Throws:
        GeneralLeanFtException - if an error occurs during execution.
      • select

        void select(int nodeIndex,
                    MouseButton button)
             throws GeneralLeanFtException
        Selects the node with the specified index in the tree-view control.
        Parameters:
        nodeIndex - the index
        button - the mouse button used to select the node
        Throws:
        GeneralLeanFtException - if an error occurs during execution.
      • select

        void select(java.lang.String nodePath)
             throws GeneralLeanFtException
        Selects the node at the specified path in the tree-view control.
        Parameters:
        nodePath - the path
        Throws:
        GeneralLeanFtException - if an error occurs during execution.
      • select

        void select(int nodeIndex)
             throws GeneralLeanFtException
        Selects the node with the specified index in the tree-view control.
        Parameters:
        nodeIndex - the index
        Throws:
        GeneralLeanFtException - if an error occurs during execution.
      • getNode

                                                    TreeViewNode getNode(java.lang.String nodePath)
        Returns the node at the given path. If the path is not unique, the first matching node is returned.
        Parameters:
        nodePath - the path of the node to retrieve separated by ; char.
        Returns:
        a the node
      • getErrorText

        java.lang.String getErrorText()
                               throws GeneralLeanFtException
        Returns the tooltip text of the error icon associated with this object.
        Returns:
        the tooltip text
        Throws:
        GeneralLeanFtException - if an error occurs during execution.