Interface TreeViewNode

All Superinterfaces:
SupportDragAndDrop

public interface TreeViewNode extends SupportDragAndDrop
A single tree view node in a .NET WPF tree-view object.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Hides this node's sub-nodes in the expanded tree-view control.
    void
    Displays this node's hidden sub-nodes in the tree-view control.
    void
    Expands this node and all of the nodes below it in the tree-view control.
    Returns the full path of this node's first child node as a semicolon delimited string.
    Returns the full path of this node's next sibling node as a semicolon delimited string.
    Returns the full path of this node's parent node as a semicolon delimited string.
    Returns the full path of this node as a semicolon delimited string.
    int
    Returns the state image index of this node.
    Returns the text of this node, or an empty string ("") if the node does not contain any text.
    boolean
    Indicates whether this node has children.
    boolean
    Indicates whether this node is expanded.
    boolean
    Indicates whether this node is selected.

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

    dragAndDropOn, dragAndDropOn