Java org.eclipse.jface.viewers TreeNode fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jface.viewers TreeNode fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jface.viewers TreeNode.

The text is from its open source code.

Subclass

org.eclipse.jface.viewers.TreeNode has subclasses.
Click this link to see all its subclasses.

Field

TreeNodeparent
The parent tree node for this tree node.

Constructor

TreeNode(final Object value)
Constructs a new instance of TreeNode.

Method

booleanequals(final Object object)
TreeNode[]getChildren()
Returns the child nodes.
TreeNodegetParent()
Returns the parent node.
ObjectgetValue()
Returns the value held by this node.
booleanhasChildren()
Returns whether the tree has any children.
voidsetChildren(final TreeNode[] children)
Sets the children for this node.
voidsetParent(final TreeNode parent)
Sets the parent for this node.