Save This Page
Home » apache-harmony-6.0-src-r917296-snapshot » javax » swing » tree » [javadoc | source]
javax.swing.tree
public interface: TreeNode [javadoc | source]

All Known Implementing Classes:
    IconNode, BidiElement, DefaultMutableTreeNode, BranchElement, BidiRoot, AbstractElement, DynamicUtilTreeNode, MutableTreeNode, ChecklistNode, FileNode, LeafElement

Method from javax.swing.tree.TreeNode Summary:
children,   getAllowsChildren,   getChildAt,   getChildCount,   getIndex,   getParent,   isLeaf
Method from javax.swing.tree.TreeNode Detail:
 public Enumeration children()
 public boolean getAllowsChildren()
 public TreeNode getChildAt(int childIndex)
 public int getChildCount()
 public int getIndex(TreeNode node)
 public TreeNode getParent()
 public boolean isLeaf()