Package | Description |
---|---|
org.eclipse.compare.structuremergeviewer |
Provides support for finding and displaying the differences
between hierarchically structured data.
|
org.eclipse.jface.preference |
Provides a framework for preferences.
|
org.eclipse.jface.viewers |
Provides a framework for viewers, which are model-based
content adapters for SWT widgets.
|
org.eclipse.search.ui.text |
Provides the base classes to implement a search result view part for searches with textual matches.
|
org.eclipse.ui.dialogs |
Classes for standard dialogs, wizards, and preference
pages in the Eclipse Platform User Interface.
|
org.eclipse.ui.navigator |
Provides the Common Navigator framework.
|
org.eclipse.ui.part |
Classes for the creation of workbench parts that integrate
with the Eclipse Platform User Interface.
|
org.eclipse.ui.views.contentoutline |
Provides the standard Content Outline view which can
show the active editor's custom outline for the document being edited.
|
org.eclipse.ui.views.navigator |
Provides the standard Resource Navigator view which
presents the tree of resources in the workspace.
|
Modifier and Type | Class and Description |
---|---|
class |
DiffTreeViewer
A tree viewer that works on objects implementing
the
IDiffContainer and IDiffElement interfaces. |
class |
StructureDiffViewer
A diff tree viewer that can be configured with a
IStructureCreator
to retrieve a hierarchical structure from the input object (an ICompareInput )
and perform a two-way or three-way compare on it. |
Modifier and Type | Method and Description |
---|---|
protected TreeViewer |
PreferenceDialog.createTreeViewer(Composite parent)
Create a new
TreeViewer . |
TreeViewer |
PreferenceDialog.getTreeViewer() |
Modifier and Type | Method and Description |
---|---|
protected void |
PreferenceDialog.addListeners(TreeViewer viewer)
Add the listeners to the tree viewer.
|
protected void |
PreferenceDialog.setTreeViewer(TreeViewer treeViewer)
Set the treeViewer.
|
Modifier and Type | Class and Description |
---|---|
class |
CheckboxTreeViewer
A concrete tree-structured viewer based on an SWT
Tree
control with checkboxes on each node. |
Modifier and Type | Method and Description |
---|---|
static void |
TreeViewerEditor.create(TreeViewer viewer,
ColumnViewerEditorActivationStrategy editorActivationStrategy,
int feature)
Create a customized editor whose activation process is customized
|
static void |
TreeViewerEditor.create(TreeViewer viewer,
org.eclipse.jface.viewers.SWTFocusCellManager focusCellManager,
ColumnViewerEditorActivationStrategy editorActivationStrategy,
int feature)
Create a customized editor with focusable cells
|
Constructor and Description |
---|
TreeViewerColumn(TreeViewer viewer,
int style)
Creates a new viewer column for the given
TreeViewer on a new
TreeColumn with the given style bits. |
TreeViewerColumn(TreeViewer viewer,
int style,
int index)
Creates a new viewer column for the given
TreeViewer on a new
TreeColumn with the given style bits. |
TreeViewerColumn(TreeViewer viewer,
TreeColumn column)
Creates a new viewer column for the given
TreeViewer on the given
TreeColumn . |
TreeViewerFocusCellManager(TreeViewer viewer,
FocusCellHighlighter focusDrawingDelegate)
Create a new manager using a default navigation strategy:
SWT.ARROW_UP : navigate to cell above
SWT.ARROW_DOWN : navigate to cell below
SWT.ARROW_RIGHT : on first column (collapses if item
is expanded) else navigate to next visible cell on the right
SWT.ARROW_LEFT : on first column (expands if item is
collapsed) else navigate to next visible cell on the left
|
TreeViewerFocusCellManager(TreeViewer viewer,
FocusCellHighlighter focusDrawingDelegate,
CellNavigationStrategy navigationStrategy)
Create a new manager with a custom navigation strategy
|
Modifier and Type | Method and Description |
---|---|
protected TreeViewer |
AbstractTextSearchViewPage.createTreeViewer(Composite parent)
Creates the tree viewer to be shown on this page.
|
Modifier and Type | Method and Description |
---|---|
protected abstract void |
AbstractTextSearchViewPage.configureTreeViewer(TreeViewer viewer)
Configures the given viewer.
|
Modifier and Type | Class and Description |
---|---|
class |
ContainerCheckedTreeViewer
CheckboxTreeViewer with special behaviour of the checked / gray state on
container (non-leaf) nodes:
The grayed state is used to visualize the checked state of its children.
|
Modifier and Type | Field and Description |
---|---|
protected TreeViewer |
FilteredTree.treeViewer
The viewer for the filtered tree.
|
Modifier and Type | Method and Description |
---|---|
protected TreeViewer |
ElementTreeSelectionDialog.createTreeViewer(Composite parent)
Creates and initializes the tree viewer.
|
protected TreeViewer |
ElementTreeSelectionDialog.doCreateTreeViewer(Composite parent,
int style)
Creates the tree viewer.
|
protected TreeViewer |
FilteredTree.doCreateTreeViewer(Composite parent,
int style)
Creates the tree viewer.
|
protected TreeViewer |
ElementTreeSelectionDialog.getTreeViewer()
Returns the tree viewer.
|
TreeViewer |
FilteredTree.getViewer()
Get the tree viewer of the receiver.
|
Modifier and Type | Class and Description |
---|---|
class |
CommonViewer
Provides the Tree Viewer for the Common Navigator.
|
Modifier and Type | Method and Description |
---|---|
protected void |
CommonNavigator.initListeners(TreeViewer viewer)
Adds the listeners to the Common Viewer.
|
Modifier and Type | Method and Description |
---|---|
void |
DrillDownComposite.setChildTree(TreeViewer aViewer)
Sets the child viewer.
|
Constructor and Description |
---|
DrillDownAdapter(TreeViewer tree)
Allocates a new DrillDownTreePart.
|
Modifier and Type | Method and Description |
---|---|
protected TreeViewer |
ContentOutlinePage.getTreeViewer()
Returns this page's tree viewer.
|
Modifier and Type | Method and Description |
---|---|
protected TreeViewer |
ResourceNavigator.createViewer(Composite parent)
Deprecated.
Creates the viewer.
|
TreeViewer |
ResourceNavigator.getTreeViewer()
Deprecated.
Returns the tree viewer which shows the resource hierarchy.
|
TreeViewer |
IResourceNavigator.getViewer()
Deprecated.
Returns the viewer which shows the resource tree.
|
TreeViewer |
ResourceNavigator.getViewer()
Deprecated.
Returns the resource viewer which shows the resource hierarchy.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ResourceNavigator.initContentProvider(TreeViewer viewer)
Deprecated.
Sets the content provider for the viewer.
|
protected void |
ResourceNavigator.initFilters(TreeViewer viewer)
Deprecated.
Adds the filters to the viewer.
|
protected void |
ResourceNavigator.initLabelProvider(TreeViewer viewer)
Deprecated.
Sets the label provider for the viewer.
|
protected void |
ResourceNavigator.initListeners(TreeViewer viewer)
Deprecated.
Adds the listeners to the viewer.
|
Constructor and Description |
---|
ResourceNavigatorRenameAction(Shell shell,
TreeViewer treeViewer)
Deprecated.
Create a ResourceNavigatorRenameAction and use the tree of the supplied viewer
for editing.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.