All Packages Class Hierarchy This Package Previous Next Index
TreeNode
at index
childIndex
.
TreeNode
s the receiver
contains.
node
in the receivers children.
TreeNode
of the receiver.
public abstract TreeNode getChildAt(int childIndex)
TreeNode
at index
childIndex
.
public abstract int getChildCount()
TreeNode
s the receiver
contains.
public abstract TreeNode getParent()
TreeNode
of the receiver.
public abstract int getIndex(TreeNode node)
node
in the receivers children.
If the receiver does not contain node
, -1 will be
returned.
public abstract boolean getAllowsChildren()
public abstract boolean isLeaf()
public abstract Enumeration children()
All Packages Class Hierarchy This Package Previous Next Index