Package | Description |
---|---|
org.eclipse.compare.structuremergeviewer |
Provides support for finding and displaying the differences
between hierarchically structured data.
|
org.eclipse.jface.viewers |
Provides a framework for viewers, which are model-based
content adapters for SWT widgets.
|
org.eclipse.swt.custom |
SWT Custom widgets.
|
org.eclipse.swt.widgets |
SWT widget public API classes.
|
org.eclipse.ui.actions |
Classes for actions and operations used in a workbench
window, page, or part in the Eclipse Platform User Interface.
|
org.eclipse.ui.dialogs |
Classes for standard dialogs, wizards, and preference
pages in the Eclipse Platform User Interface.
|
org.eclipse.ui.forms.widgets |
Custom widgets and controls for forms-based parts.
|
Constructor and Description |
---|
DiffTreeViewer(Tree tree,
CompareConfiguration configuration)
Creates a new viewer for the given SWT tree control with the specified configuration.
|
StructureDiffViewer(Tree tree,
CompareConfiguration configuration)
Creates a new viewer for the given SWT tree control with the specified configuration.
|
Modifier and Type | Method and Description |
---|---|
Tree |
TreeViewer.getTree()
Returns this tree viewer's tree control.
|
Constructor and Description |
---|
CheckboxTreeViewer(Tree tree)
Creates a tree viewer on the given tree control.
|
TreeViewer(Tree tree)
Creates a tree viewer on the given tree control.
|
Constructor and Description |
---|
TreeEditor(Tree tree)
Creates a TreeEditor for the specified Tree.
|
Modifier and Type | Method and Description |
---|---|
Tree |
TreeItem.getParent()
Returns the receiver's parent, which must be a
Tree . |
Tree |
TreeColumn.getParent()
Returns the receiver's parent, which must be a
Tree . |
Constructor and Description |
---|
TreeColumn(Tree parent,
int style)
Constructs a new instance of this class given its parent
(which must be a
Tree ) and a style value
describing its behavior and appearance. |
TreeColumn(Tree parent,
int style,
int index)
Constructs a new instance of this class given its parent
(which must be a
Tree ), a style value
describing its behavior and appearance, and the index
at which to place it in the items maintained by its parent. |
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. |
Constructor and Description |
---|
RenameResourceAction(Shell shell,
Tree tree)
Creates a new action.
|
Constructor and Description |
---|
ContainerCheckedTreeViewer(Tree tree)
Constructor for ContainerCheckedTreeViewer.
|
Modifier and Type | Method and Description |
---|---|
Tree |
FormToolkit.createTree(Composite parent,
int style)
Creates a tree widget as a part of the form.
|
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.