Uses of Class
org.eclipse.jface.viewers.TreeNode
Packages that use 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
Methods in org.eclipse.jface.viewers that return TreeNodeModifier and TypeMethodDescriptionTreeNode[]
TreeNode.getChildren()
Returns the child nodes.TreeNode.getParent()
Returns the parent node.Methods in org.eclipse.jface.viewers with parameters of type TreeNodeModifier and TypeMethodDescriptionvoid
TreeNode.setChildren
(TreeNode[] children) Sets the children for this node.void
Sets the parent for this node.