com.hp.lft.sdk.wpf

Interface TreeView

    • Method Detail

      • getParentText

        java.lang.String getParentText()
                                throws GeneralLeanFtException
        Returns the text associated with the parent object of this object.
        Returns:
        the text associated with the parent
        Throws:
        GeneralLeanFtException - if an error occurs during execution.
      • select

        void select(java.lang.String nodePath)
             throws GeneralLeanFtException
        Selects a node in this tree-view object by node path.
        Parameters:
        nodePath - the path
        Throws:
        GeneralLeanFtException - if an error occurs during execution.
      • getNode

                                                    TreeViewNode getNode(java.lang.String nodePath)
        Returns the node with the specified path. If the path is not unique, returns the first node with the specified path.
        Parameters:
        nodePath - Elements of the path are separated by semi-colons (;).
        Returns:
        a node with the given path.