Example usage for Java javax.swing.tree TreeNode fields, constructors, methods, implement or subclass
The text is from its open source code.
Enumeration extends TreeNode> | children() Returns the children of the receiver as an Enumeration . |
boolean | equals(Object obj) Indicates whether some other object is "equal to" this one. |
boolean | getAllowsChildren() Returns true if the receiver allows children. |
TreeNode | getChildAt(int childIndex) Returns the child TreeNode at index childIndex . |
int | getChildCount() Returns the number of children TreeNode s the receiver contains. |
Class> | getClass() Returns the runtime class of this Object . |
TreeNode | getParent() Returns the parent TreeNode of the receiver. |
boolean | isLeaf() Returns true if the receiver is a leaf. |
String | toString() Returns a string representation of the object. |