Uses of Class
org.eclipse.jface.viewers.TreeNode
Package
Description
Provides a framework for viewers, which are model-based
content adapters for SWT widgets.
-
Uses of TreeNode in org.eclipse.jface.viewers
Modifier and TypeMethodDescriptionTreeNode[]
TreeNode.getChildren()
Returns the child nodes.TreeNode.getParent()
Returns the parent node.Modifier and TypeMethodDescriptionvoid
TreeNode.setChildren
(TreeNode[] children) Sets the children for this node.void
Sets the parent for this node.