Interface TreeViewNode


public interface TreeViewNode
A single node in a Java Tree.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Clicks the state icon of a node in a tree.
    void
    Collapses an expandable node in a tree.
    void
    Double-clicks state icon of a node in a tree.
    void
    Expands an expandable node in a tree.
    getColumnValue(int columnIndex)
    Returns the text of the column with the specified index.
    getColumnValue(String columnName)
    Returns the text of the column with the specified name.
    Returns the path to the node in the tree.
    void
    Opens the context menu of a node in a tree.
    void
    setChecked(boolean state)
    Sets the state of the node in the tree.
    void
    setNodeState(int index)
    Sets the state of the node in the tree.