Package | Description |
---|---|
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.progress |
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
|
Modifier and Type | Class and Description |
---|---|
class |
ObservableListTreeContentProvider
An
ITreeContentProvider for use with an AbstractTreeViewer ,
which uses the provided list factory to obtain the
elements of a tree. |
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 | Class and Description |
---|---|
class |
TreeNodeContentProvider
A content provider that expects every element to be a
TreeNode . |
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 | Method and Description |
---|---|
protected abstract ITreeContentProvider |
SynchronizationContentProvider.getDelegateContentProvider()
Return the model content provider that the team aware content
provider delegates to.
|
Modifier and Type | Method and Description |
---|---|
protected abstract ITreeContentProvider |
WizardResourceImportPage.getFileProvider()
Returns a content provider for
FileSystemElement s that returns
only files as children. |
protected abstract ITreeContentProvider |
WizardResourceImportPage.getFolderProvider()
Returns a content provider for
FileSystemElement s that returns
only folders as children. |
Constructor and Description |
---|
CheckedTreeSelectionDialog(Shell parent,
ILabelProvider labelProvider,
ITreeContentProvider contentProvider)
Constructs an instance of
ElementTreeSelectionDialog . |
CheckedTreeSelectionDialog(Shell parent,
ILabelProvider labelProvider,
ITreeContentProvider contentProvider,
int style)
Constructs an instance of
ElementTreeSelectionDialog . |
ElementTreeSelectionDialog(Shell parent,
IBaseLabelProvider labelProvider,
ITreeContentProvider contentProvider)
Constructs an instance of
ElementTreeSelectionDialog . |
ElementTreeSelectionDialog(Shell parent,
ILabelProvider labelProvider,
ITreeContentProvider contentProvider)
Constructs an instance of
ElementTreeSelectionDialog . |
Modifier and Type | Method and Description |
---|---|
void |
ResourceTreeAndListGroup.setTreeProviders(ITreeContentProvider contentProvider,
ILabelProvider labelProvider)
Set the tree 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
hasChildren(Object) method. |
interface |
IPipelinedTreeContentProvider2
A pipelined content provider allows an extension to reshape the contributions
of an upstream content extension.
|
Modifier and Type | Method and Description |
---|---|
ITreeContentProvider |
INavigatorContentService.createCommonContentProvider()
Create a Content Provider which will use an enhanced delegation model to
locate extension content providers using this content service for each
element in the tree.
|
ITreeContentProvider |
INavigatorContentExtension.getContentProvider()
Clients may choose to implement
ICommonContentProvider , but are
only required to supply an implementation of ITreeContentProvider . |
Constructor and Description |
---|
DeferredTreeContentManager(ITreeContentProvider provider,
AbstractTreeViewer viewer)
Deprecated.
in 3.4. provider is not used by this class
|
DeferredTreeContentManager(ITreeContentProvider provider,
AbstractTreeViewer viewer,
IWorkbenchPartSite site)
Deprecated.
in 3.4. provider is not used by this class
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.