Interface TreeViewNode

All Superinterfaces:
SupportDragAndDrop

public interface TreeViewNode extends SupportDragAndDrop
A tree view node of a .NET Windows Forms tree-view object.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Clicks the state icon.
    void
    Hides sub-nodes of this node in the expanded tree-view control.
    void
    Double-clicks the state icon.
    void
    Activates the edit mode for the node in the tree-view control to enable renaming.
    void
    Displays direct sub-nodes of this node in the tree-view control.
    void
    Displays all nodes of the sub-tree that has this node as the root.
    Returns the full path of the node's first child node as a semi-colon delimited String.
    int
    Returns the image index of the node.
    Returns the full path of the node's next sibling node as a semi-colon delimited String.
    int
    Returns the index of the current overlay image.
    Returns the full path of the node's parent node as a semi-colon delimited string.
    Returns the full path of the node as a semi-colon delimited string.
    int
    Returns the state image index of the node.
    The text of this node.
    boolean
    Indicates whether the node has children.
    boolean
    Indicates whether this node is currently expanded.
    boolean
    Indicates whether this node is selected.
    void
    setNodeState(int index)
    Sets the state of the check box icon of the specified node in the tree-view control.

    Methods inherited from interface com.hp.lft.sdk.SupportDragAndDrop

    dragAndDropOn, dragAndDropOn