Package | Description |
---|---|
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.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.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.
|
org.eclipse.ui.dialogs |
Classes for standard dialogs, wizards, and preference
pages in the Eclipse Platform User Interface.
|
org.eclipse.ui.ide.dialogs |
APIs for dialogs in the IDE-specific portion of 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.
|
org.eclipse.ui.views.properties.tabbed |
Provides the Tabbed Properties framework.
|
Modifier and Type | Class and Description |
---|---|
protected class |
EnvironmentTab.EnvironmentVariableContentProvider
Content provider for the environment table
|
Modifier and Type | Class and Description |
---|---|
class |
ObservableListContentProvider
A
content provider for
AbstractTableViewer or AbstractListViewer that provides
elements of an IObservableList when set as the viewer's input. |
class |
ObservableListTreeContentProvider
An
ITreeContentProvider for use with an AbstractTreeViewer ,
which uses the provided list factory to obtain the
elements of a tree. |
class |
ObservableSetContentProvider
A
content provider for
AbstractTableViewer or AbstractListViewer that provides
elements of an IObservableSet when set as the viewer's input. |
class |
ObservableSetTreeContentProvider
An
ITreeContentProvider for use with an AbstractTreeViewer ,
which uses the provided set factory to obtain the
elements of a tree. |
Modifier and Type | Class and Description |
---|---|
class |
PreferenceContentProvider
Provides a tree model for
PreferenceManager content. |
Modifier and Type | Interface and Description |
---|---|
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 |
---|---|
void |
ComboBoxViewerCellEditor.setContenProvider(IStructuredContentProvider provider)
Deprecated.
As of 3.7, replaced by
ComboBoxViewerCellEditor.setContentProvider(IStructuredContentProvider) |
void |
ComboBoxViewerCellEditor.setContentProvider(IStructuredContentProvider provider) |
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 | Method and Description |
---|---|
protected IStructuredContentProvider |
WizardNewProjectReferencePage.getContentProvider()
Returns a content provider for the reference project
viewer.
|
Modifier and Type | Method and Description |
---|---|
void |
ListDialog.setContentProvider(IStructuredContentProvider sp) |
Constructor and Description |
---|
ListSelectionDialog(Shell parentShell,
Object input,
IStructuredContentProvider contentProvider,
ILabelProvider labelProvider,
String message)
Creates a list selection dialog.
|
YesNoCancelListSelectionDialog(Shell parentShell,
Object input,
IStructuredContentProvider contentProvider,
ILabelProvider labelProvider,
String message)
Deprecated.
see class comment
|
Modifier and Type | Method and Description |
---|---|
void |
ResourceTreeAndListGroup.setListProviders(IStructuredContentProvider contentProvider,
ILabelProvider labelProvider)
Set the list viewer's providers to those passed
|
Constructor and Description |
---|
ResourceTreeAndListGroup(Composite parent,
Object rootObject,
ITreeContentProvider treeContentProvider,
ILabelProvider treeLabelProvider,
IStructuredContentProvider listContentProvider,
ILabelProvider listLabelProvider,
int style,
boolean useHeightHint)
Create an instance of this class.
|
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
To correctly implement pipelining you should implement
IPipelinedTreeContentProvider2 which provides the
additional
ITreeContentProvider.hasChildren(Object) method. |
interface |
IPipelinedTreeContentProvider2
A pipelined content provider allows an extension to reshape the contributions
of an upstream content extension.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IOverridableTabListContentProvider
A content provider for the tabbed property sheet page's list of tabs.
|
Modifier and Type | Field and Description |
---|---|
protected IStructuredContentProvider |
TabbedPropertySheetPage.tabListContentProvider |
Modifier and Type | Method and Description |
---|---|
protected IStructuredContentProvider |
TabbedPropertySheetPage.getTabListContentProvider()
Gets the tab list content provider for the contributor.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.