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