All Known Implementing Classes:
ChecklistNode, BidiElement, LeafElement, BidiRootElement, BranchElement, AbstractElement
Implementations of TreeNode that override equals
will typically need to override hashCode as well. Refer
to javax.swing.tree.TreeModel for more information.
For further information and examples of using tree nodes,
see How to Use Tree Nodes
in The Java Tutorial.
Rob - DavisScott - Violet| Method from javax.swing.tree.TreeNode Summary: |
|---|
| children, getAllowsChildren, getChildAt, getChildCount, getIndex, getParent, isLeaf |
| Method from javax.swing.tree.TreeNode Detail: |
|---|
Enumeration. |
|
TreeNode at index
childIndex. |
TreeNodes the receiver
contains. |
node in the receivers children.
If the receiver does not contain node, -1 will be
returned. |
TreeNode of the receiver. |
|