Package | Description |
---|---|
org.eclipse.jface.viewers |
Provides a framework for viewers, which are model-based
content adapters for SWT widgets.
|
org.eclipse.team.ui.synchronize |
Contains the team synchronization presentation framework and support
for the Synchronize View.
|
org.eclipse.ui |
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
|
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 | Interface and Description |
---|---|
interface |
IDelayedLabelDecorator
A delayed label decorator is a label decorator that may not have a
decoration available immidiately.
|
Modifier and Type | Class and Description |
---|---|
class |
LabelDecorator
The LabelDecorator is an abstract superclass of ILabelDecorators
that support IDecorationContext.
|
Modifier and Type | Method and Description |
---|---|
ILabelDecorator |
DecoratingLabelProvider.getLabelDecorator()
Returns the label decorator, or
null if none has been set. |
Modifier and Type | Method and Description |
---|---|
void |
DecoratingLabelProvider.setLabelDecorator(ILabelDecorator decorator)
Sets the label decorator.
|
Constructor and Description |
---|
DecoratingLabelProvider(ILabelProvider provider,
ILabelDecorator decorator)
Creates a decorating label provider which uses the given label decorator
to decorate labels provided by the given label provider.
|
Modifier and Type | Method and Description |
---|---|
void |
ISynchronizePageConfiguration.addLabelDecorator(ILabelDecorator decorator)
Add a label decorator to the page configuration.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IDecoratorManager
Manages the decorators contributed via the decorators extension point.
|
Modifier and Type | Method and Description |
---|---|
ILabelDecorator |
IDecoratorManager.getLabelDecorator()
Returns the label decorator which applies the decorations from all
enabled decorators.
|
ILabelDecorator |
IDecoratorManager.getLabelDecorator(String decoratorId)
Returns the full label decorator instance for the specified decorator id
if it is enabled.
|
Modifier and Type | Method and Description |
---|---|
ILabelDecorator |
MultiPageEditorSite.getDecoratorManager()
Deprecated.
use IWorkbench.getDecoratorManager()
|
Modifier and Type | Method and Description |
---|---|
void |
ResourceNavigator.setLabelDecorator(ILabelDecorator decorator)
Deprecated.
use the decorators extension point instead; see IWorkbench.getDecoratorManager()
|
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.