Package | Description |
---|---|
org.eclipse.jface.viewers |
Provides a framework for viewers, which are model-based
content adapters for SWT widgets.
|
Modifier and Type | Method and Description |
---|---|
TreeNode[] |
TreeNode.getChildren()
Returns the child nodes.
|
TreeNode |
TreeNode.getParent()
Returns the parent node.
|
Modifier and Type | Method and Description |
---|---|
void |
TreeNode.setChildren(TreeNode[] children)
Sets the children for this node.
|
void |
TreeNode.setParent(TreeNode parent)
Sets the parent for this node.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.