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.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.progress |
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
|
org.eclipse.ui.views.framelist |
Provides support for a web-browser style of navigation within a view by maintaining a list
of frames.
|
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 | Class and Description |
---|---|
class |
CheckboxTreeViewer
A concrete tree-structured viewer based on an SWT
Tree
control with checkboxes on each node. |
class |
TableTreeViewer
A concrete viewer based on a SWT
TableTree control. |
class |
TreeViewer
A concrete viewer based on an SWT
Tree control. |
Modifier and Type | Method and Description |
---|---|
AbstractTreeViewer |
TreeExpansionEvent.getTreeViewer()
Returns the originator of the event.
|
Constructor and Description |
---|
TreeExpansionEvent(AbstractTreeViewer source,
Object element)
Creates a new event for the given source and element.
|
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 | Class and Description |
---|---|
class |
CommonViewer
Provides the Tree Viewer for the Common Navigator.
|
Constructor and Description |
---|
DeferredTreeContentManager(ITreeContentProvider provider,
AbstractTreeViewer viewer)
Create a new instance of the receiver using the supplied content
provider and viewer.
|
DeferredTreeContentManager(ITreeContentProvider provider,
AbstractTreeViewer viewer,
IWorkbenchPartSite site)
Create a new instance of the receiver using the supplied content
provider and viewer.
|
Modifier and Type | Method and Description |
---|---|
AbstractTreeViewer |
TreeFrame.getViewer()
Returns the tree viewer.
|
AbstractTreeViewer |
TreeViewerFrameSource.getViewer()
Returns the tree viewer.
|
Constructor and Description |
---|
TreeFrame(AbstractTreeViewer viewer)
Constructs a frame for the specified tree viewer.
|
TreeFrame(AbstractTreeViewer viewer,
Object input)
Constructs a frame for the specified tree viewer.
|
TreeViewerFrameSource(AbstractTreeViewer viewer)
Constructs a new tree viewer frame source for the specified tree viewer.
|
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.