Eclipse Platform
Release 3.3

Uses of Class
org.eclipse.jface.viewers.TreeNode

Packages that use TreeNode
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
 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
 void TreeNode.setChildren(TreeNode[] children)
          Sets the children for this node
 void TreeNode.setParent(TreeNode parent)
          Sets the parent for this node
 


Eclipse Platform
Release 3.3

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2007. All rights reserved.