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.dialogs |
Classes for standard dialogs, wizards, and preference
pages in 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.statushandlers |
Application programming interfaces for interaction
with and extension of 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 immediately.
|
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. |
ILabelDecorator |
DecoratingStyledCellLabelProvider.getLabelDecorator()
Returns the decorator or
null if no decorator is installed |
Modifier and Type | Method and Description |
---|---|
void |
DecoratingLabelProvider.setLabelDecorator(ILabelDecorator decorator)
Sets the label decorator.
|
void |
DecoratingStyledCellLabelProvider.setLabelDecorator(ILabelDecorator newDecorator)
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.
|
DecoratingStyledCellLabelProvider(DelegatingStyledCellLabelProvider.IStyledLabelProvider labelProvider,
ILabelDecorator decorator,
IDecorationContext decorationContext)
Creates a
DecoratingStyledCellLabelProvider that delegates the
requests for styled labels and for images to a
DelegatingStyledCellLabelProvider.IStyledLabelProvider . |
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
org.eclipse.ui.decorator 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 |
---|---|
void |
FilteredItemsSelectionDialog.setListSelectionLabelDecorator(ILabelDecorator listSelectionLabelDecorator)
Sets the label decorator for selected items in the list.
|
Modifier and Type | Method and Description |
---|---|
ILabelDecorator |
MultiPageEditorSite.getDecoratorManager()
Deprecated.
use IWorkbench.getDecoratorManager()
|
Modifier and Type | Method and Description |
---|---|
void |
WorkbenchStatusDialogManager.setMessageDecorator(ILabelDecorator decorator)
This methods sets up the decorator, which is used to modify displayed
strings extracted from StatusAdapter.
|
Modifier and Type | Method and Description |
---|---|
void |
ResourceNavigator.setLabelDecorator(ILabelDecorator decorator)
Deprecated.
use the decorators extension point instead; see IWorkbench.getDecoratorManager()
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.