Methods Summary |
---|
public java.util.Enumeration | children()Returns the children of the receiver as an Enumeration .
|
public boolean | getAllowsChildren()Returns true if the receiver allows children.
|
public javax.swing.tree.TreeNode | getChildAt(int childIndex)Returns the child TreeNode at index
childIndex .
|
public int | getChildCount()Returns the number of children TreeNode s the receiver
contains.
|
public int | getIndex(javax.swing.tree.TreeNode node)Returns the index of node in the receivers children.
If the receiver does not contain node , -1 will be
returned.
|
public javax.swing.tree.TreeNode | getParent()Returns the parent TreeNode of the receiver.
|
public boolean | isLeaf()Returns true if the receiver is a leaf.
|