Package | Description |
---|---|
org.eclipse.compare.structuremergeviewer |
Provides support for finding and displaying the differences
between hierarchically structured data.
|
org.eclipse.debug.ui |
Provides a generic debugger user interface that clients may customize via standard
workbench extension points.
|
org.eclipse.jface.databinding.viewers |
Provides classes that can be used to observe the JFace Viewer framework.
|
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 |
Application programming interfaces for interaction
with and extension of 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.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.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 StructuredViewer |
AbstractDebugView.getStructuredViewer()
Returns this view's viewer as a structured viewer,
or
null if none. |
Modifier and Type | Method and Description |
---|---|
static void |
ViewerSupport.bind(StructuredViewer viewer,
IObservableList input,
IValueProperty labelProperty)
Binds the viewer to the specified input, using the specified label
property to generate labels.
|
static void |
ViewerSupport.bind(StructuredViewer viewer,
IObservableList input,
IValueProperty[] labelProperties)
Binds the viewer to the specified input, using the specified label
properties to generate labels.
|
static void |
ViewerSupport.bind(StructuredViewer viewer,
IObservableSet input,
IValueProperty labelProperty)
Binds the viewer to the specified input, using the specified label
property to generate labels.
|
static void |
ViewerSupport.bind(StructuredViewer viewer,
IObservableSet input,
IValueProperty[] labelProperties)
Binds the viewer to the specified input, using the specified label
properties to generate labels.
|
static IViewerObservableSet |
ViewersObservables.observeFilters(StructuredViewer viewer)
Returns an observable set that tracks the filters of the given viewer.
|
static IViewerObservableList |
ViewersObservables.observeMultiPostSelection(StructuredViewer viewer)
Returns an observable list that tracks the current post selection
of the given structured viewer.
|
static IViewerObservableValue |
ViewersObservables.observeSinglePostSelection(StructuredViewer viewer)
Returns an observable value that tracks the current post selection
of the given structured viewer.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractListViewer
Abstract base class for viewers that contain lists of items (such as a combo or list).
|
class |
AbstractTableViewer
This is a widget independent class implementors of
Table like widgets can use to provide a
viewer on top of their widget implementations. |
class |
AbstractTreeViewer
Abstract base implementation for tree-structure-oriented viewers (trees and
table trees).
|
class |
CheckboxTableViewer
A concrete viewer based on an SWT
Table
control with checkboxes on each node. |
class |
CheckboxTreeViewer
A concrete tree-structured viewer based on an SWT
Tree
control with checkboxes on each node. |
class |
ColumnViewer
The ColumnViewer is the abstract superclass of viewers that have columns
(e.g., AbstractTreeViewer and AbstractTableViewer).
|
class |
ComboViewer
A concrete viewer based either on an SWT
Combo control or CCombo
control. |
class |
ListViewer
A concrete viewer based on an SWT
List control. |
class |
TableTreeViewer
Deprecated.
As of 3.1 use
TreeViewer instead |
class |
TableViewer
A concrete viewer based on a SWT
Table control. |
class |
TreeViewer
A concrete viewer based on an SWT
Tree control. |
Modifier and Type | Method and Description |
---|---|
protected static Widget[] |
StructuredViewerInternals.getItems(StructuredViewer viewer,
Object element)
Nothing to see here.
|
protected static void |
StructuredViewerInternals.setAssociateListener(StructuredViewer viewer,
StructuredViewerInternals.AssociateListener listener)
Nothing to see here.
|
Modifier and Type | Method and Description |
---|---|
protected StructuredViewer |
AbstractTextSearchViewPage.getViewer()
Returns the viewer currently used in this page.
|
Constructor and Description |
---|
OpenAndLinkWithEditorHelper(StructuredViewer viewer)
Creates a new helper for 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 | Class and Description |
---|---|
class |
CommonViewer
Provides the Tree Viewer for the Common Navigator.
|
Modifier and Type | Method and Description |
---|---|
StructuredViewer |
ICommonActionExtensionSite.getStructuredViewer() |
Modifier and Type | Method and Description |
---|---|
INavigatorContentService |
NavigatorContentServiceFactory.createContentService(String aViewerId,
StructuredViewer aViewer)
Returns an instance of INavigatorContentService configured
for the given id.
|
void |
INavigatorSaveablesService.init(ISaveablesSource source,
StructuredViewer viewer,
ISaveablesLifecycleListener listener)
Initializes this service.
|
Constructor and Description |
---|
CommonDropAdapter(INavigatorContentService aContentService,
StructuredViewer aStructuredViewer)
Create a DropAdapter that handles a drop based on the given content
service and selection provider.
|
NavigatorActionService(ICommonViewerSite aCommonViewerSite,
StructuredViewer aStructuredViewer,
INavigatorContentService aContentService) |
Constructor and Description |
---|
PluginDropAdapter(StructuredViewer viewer)
Creates a plug-in drop adapter for the given viewer.
|
Constructor and Description |
---|
NavigatorDropAdapter(StructuredViewer viewer)
Deprecated.
Constructs a new drop adapter.
|
ResourceNavigatorMoveAction(Shell shell,
StructuredViewer structureViewer)
Deprecated.
Create a ResourceNavigatorMoveAction and use the supplied viewer to update the UI.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.