org.netbeans.swing.outline 1.20

org.netbeans.swing.etable
Interface TableColumnSelector.TreeNode

Enclosing class:
TableColumnSelector

public static interface TableColumnSelector.TreeNode

A node in the tree of available column names. Only the leaf nodes represent column names, the non-leaf nodes are categories which cannot be selected by the user.


Method Summary
 TableColumnSelector.TreeNode[] getChildren()
          Children of this node.
 String getText()
          The text displayed to the user as a column name.
 boolean isLeaf()
          Non-leaf nodes will have children nodes.
 

Method Detail

getText

String getText()
The text displayed to the user as a column name.

Returns:
The text displayed to the user as a column name.

isLeaf

boolean isLeaf()
Non-leaf nodes will have children nodes.

Returns:
true if the node represents a column, false means a category

getChildren

TableColumnSelector.TreeNode[] getChildren()
Children of this node.

Returns:
the array of children nodes, can return null if method isLeaf() returns true.

org.netbeans.swing.outline 1.20

Built on May 25 2012.  |  Portions Copyright 1997-2012 Oracle. All rights reserved.