|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Tree | |
---|---|
org.eclipse.jface.viewers | Provides a framework for viewers, which are model-based content adapters for SWT widgets. |
org.eclipse.swt.widgets | Optional Expanded eSWT Widgets This package includes widgets which are in the Expanded portion of eSWT. |
Uses of Tree in org.eclipse.jface.viewers |
---|
Methods in org.eclipse.jface.viewers that return Tree | |
---|---|
Tree |
TreeViewer.getTree()
Returns this tree viewer's tree control. |
Constructors in org.eclipse.jface.viewers with parameters of type Tree | |
---|---|
CheckboxTreeViewer(Tree tree)
Creates a tree viewer on the given tree control. |
|
TreeViewer(Tree tree)
Creates a tree viewer on the given tree control. |
Uses of Tree in org.eclipse.swt.widgets |
---|
Methods in org.eclipse.swt.widgets that return Tree | |
---|---|
Tree |
TreeItem.getParent()
Returns the receiver's parent, which must be a Tree . |
Constructors in org.eclipse.swt.widgets with parameters of type Tree | |
---|---|
TreeItem(Tree parent,
int style)
Constructs a new instance of this class given its parent (which must be a Tree or a TreeItem )
and a style value describing its behavior and appearance. |
|
TreeItem(Tree parent,
int style,
int index)
Constructs a new instance of this class given its parent (which must be a Tree or a TreeItem ),
a style value describing its behavior and appearance, and the index
at which to place it in the items maintained by its parent. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |