Package | Description |
---|---|
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
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.
|
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 |
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 . |
ElementTreeSelectionDialog(Shell parent,
ILabelProvider labelProvider,
ITreeContentProvider contentProvider)
Constructs an instance of
ElementTreeSelectionDialog . |
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.
|
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)
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.
|
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.