com.hp.lft.sdk.winforms

Interface TreeViewNode

    • Method Summary

      Modifier and TypeMethod and Description
      voidclickState()
      Clicks the state icon.
      voidcollapse()
      Hides sub-nodes of this node in the expanded tree-view control.
      voiddoubleClickState()
      Double-clicks the state icon.
      voidenableLabelEditing()
      Activates the edit mode for the node in the tree-view control to enable renaming.
      voidexpand()
      Displays direct sub-nodes of this node in the tree-view control.
      voidexpandAll()
      Displays all nodes of the sub-tree that has this node as the root.
      java.lang.StringgetFirstChildPath()
      Returns the full path of the node's first child node as a semi-colon delimited String.
      intgetImageIndex()
      Returns the image index of the node.
      java.lang.StringgetNextSiblingPath()
      Returns the full path of the node's next sibling node as a semi-colon delimited String.
      intgetOverlayImageIndex()
      Returns the index of the current overlay image.
      java.lang.StringgetParentPath()
      Returns the full path of the node's parent node as a semi-colon delimited string.
      java.lang.StringgetPath()
      Returns the full path of the node as a semi-colon delimited string.
      intgetState()
      Returns the state image index of the node.
      java.lang.StringgetText()
      The text of this node.
      booleanhasChildren()
      Indicates whether the node has children.
      booleanisExpanded()
      Indicates whether this node is currently expanded.
      booleanisSelected()
      Indicates whether this node is selected.
      voidsetNodeState(int index)
      Sets the state of the check box icon of the specified node in the tree-view control.