Package | Description |
---|---|
org.eclipse.compare.contentmergeviewer |
Support for compare and merge viewers which show the
content side-by-side.
|
org.eclipse.debug.ui |
Provides a generic debugger user interface that clients may customize via standard
workbench extension points.
|
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.jface.viewers.deferred |
Provides a framework for viewers that handle deferred contents.
|
org.eclipse.ltk.ui.refactoring.history |
Application programming interface to display and preview refactoring history information.
|
org.eclipse.ltk.ui.refactoring.model |
Application programming interface to provide model integration for refactoring histories.
|
org.eclipse.team.ui.mapping |
Application programming interfaces for working with resource mappings
Package Specification
This package specifies the API for working with resources mappings.
|
org.eclipse.ui.dialogs |
Classes for standard dialogs, wizards, and preference
pages in the Eclipse Platform User Interface.
|
org.eclipse.ui.model |
Provides a workbench adapter for displaying workbench elements in the UI without
having to know the concrete type of the element, and various label providers for
workbench-specific objects like editors, views, and perspectives.
|
org.eclipse.ui.navigator |
Provides the Common Navigator framework.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IMergeViewerContentProvider
A content provider that mediates between a
ContentMergeViewer 's model
and the viewer itself. |
Modifier and Type | Method and Description |
---|---|
void |
ContentMergeViewer.setContentProvider(IContentProvider contentProvider)
The
ContentMergeViewer implementation of this
ContentViewer method
checks to ensure that the content provider is an IMergeViewerContentProvider . |
Modifier and Type | Class and Description |
---|---|
protected class |
EnvironmentTab.EnvironmentVariableContentProvider
Content provider for the environment table
|
Modifier and Type | Class and Description |
---|---|
class |
PreferenceContentProvider
Provides a tree model for
PreferenceManager content. |
Modifier and Type | Interface and Description |
---|---|
interface |
ILazyContentProvider
The ILazyContentProvider is the content provider
for table viewers created using the SWT.VIRTUAL flag that
only wish to return thier contents as they are queried.
|
interface |
ILazyTreeContentProvider
The ILazyTreeContentProvider is the content provider for tree viewers created
using the SWT.VIRTUAL flag that only wish to return their contents as they
are queried.
|
interface |
IStructuredContentProvider
An interface to content providers for structured viewers.
|
interface |
ITreeContentProvider
An interface to content providers for tree-structure-oriented
viewers.
|
interface |
ITreePathContentProvider
An interface to content providers for tree-structure-oriented viewers that
provides content based on the path of elements in the tree viewer..
|
Modifier and Type | Class and Description |
---|---|
class |
ArrayContentProvider
This implementation of
IStructuredContentProvider handles
the case where the viewer input is an unchanging array or collection of elements. |
class |
TreeNodeContentProvider
A content provider that expects every element to be a
TreeNode . |
Modifier and Type | Method and Description |
---|---|
IContentProvider |
ContentViewer.getContentProvider()
Returns the content provider used by this viewer,
or
null if this view does not yet have a content
provider. |
Modifier and Type | Method and Description |
---|---|
protected void |
TreeViewer.assertContentProviderType(IContentProvider provider) |
protected void |
TableViewer.assertContentProviderType(IContentProvider provider) |
protected void |
StructuredViewer.assertContentProviderType(IContentProvider provider)
Assert that the content provider is of one of the
supported types.
|
protected void |
AbstractTreeViewer.assertContentProviderType(IContentProvider provider) |
void |
ContentViewer.setContentProvider(IContentProvider contentProvider)
Sets the content provider used by this viewer.
|
void |
StructuredViewer.setContentProvider(IContentProvider provider) |
void |
AbstractTreeViewer.setContentProvider(IContentProvider provider)
The
AbstractTreeViewer implementation of this method
checks to ensure that the content provider is an ITreeContentProvider . |
Modifier and Type | Class and Description |
---|---|
class |
DeferredContentProvider
Content provider that performs sorting and filtering in a background thread.
|
Modifier and Type | Class and Description |
---|---|
class |
RefactoringHistoryContentProvider
Tree content provider to display a refactoring history.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSynchronizationContentProvider
Partial implementation of a refactoring-aware synchronization content
provider.
|
Modifier and Type | Class and Description |
---|---|
class |
SynchronizationContentProvider
Abstract team aware content provider that delegates to another content provider.
|
Modifier and Type | Class and Description |
---|---|
class |
FileEditorMappingContentProvider
A content provider for displaying of
IFileEditorMapping
objects in viewers. |
Modifier and Type | Class and Description |
---|---|
class |
BaseWorkbenchContentProvider
Tree content provider for objects that can be adapted to the interface
IWorkbenchAdapter . |
class |
WorkbenchContentProvider
Tree content provider for resource objects that can be adapted to the
interface
IWorkbenchAdapter . |
Modifier and Type | Interface and Description |
---|---|
interface |
ICommonContentProvider
Allows extensions to vary their behavior based on properties in the extension
model and the given memento.
|
interface |
IPipelinedTreeContentProvider
A pipelined content provider allows an extension to reshape the contributions
of an upstream content extension.
|
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.