swingwtx.swing.tree
Interface TreeNode

All Known Subinterfaces:
MutableTreeNode
All Known Implementing Classes:
AbstractDocument.AbstractElement, DefaultMutableTreeNode

public interface TreeNode


Method Summary
 java.util.Enumeration children()
           
 boolean getAllowsChildren()
           
 TreeNode getChildAt(int childIndex)
           
 int getChildCount()
           
 int getIndex(TreeNode node)
           
 TreeNode getParent()
           
 boolean isLeaf()
           
 

Method Detail

getChildAt

public TreeNode getChildAt(int childIndex)

getChildCount

public int getChildCount()

getParent

public TreeNode getParent()

getIndex

public int getIndex(TreeNode node)

getAllowsChildren

public boolean getAllowsChildren()

isLeaf

public boolean isLeaf()

children

public java.util.Enumeration children()