Java javax.swing.tree TreeNode fields, constructors, methods, implement or subclass

Example usage for Java javax.swing.tree TreeNode fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.swing.tree TreeNode.

The text is from its open source code.

Implementation

javax.swing.tree.TreeNode has the following implementations.
Click this link to see all its implementation.

Method

Enumerationchildren()
Returns the children of the receiver as an Enumeration.
booleanequals(Object obj)
Indicates whether some other object is "equal to" this one.
booleangetAllowsChildren()
Returns true if the receiver allows children.
TreeNodegetChildAt(int childIndex)
Returns the child TreeNode at index childIndex.
intgetChildCount()
Returns the number of children TreeNodes the receiver contains.
ClassgetClass()
Returns the runtime class of this Object .
TreeNodegetParent()
Returns the parent TreeNode of the receiver.
booleanisLeaf()
Returns true if the receiver is a leaf.
StringtoString()
Returns a string representation of the object.