Uses of Interface
org.eclipse.jface.viewers.ILabelDecorator
Package
Description
Provides a framework for viewers, which are model-based
content adapters for SWT widgets.
Contains the team synchronization presentation framework and support
for the Synchronize View.
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
Classes for standard dialogs, wizards, and preference
pages in the Eclipse Platform User Interface.
Classes for the creation of workbench parts that integrate
with the Eclipse Platform User Interface.
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
-
Uses of ILabelDecorator in org.eclipse.jface.viewers
Modifier and TypeInterfaceDescriptioninterface
A delayed label decorator is a label decorator that may not have a decoration available immediately.Modifier and TypeClassDescriptionclass
The LabelDecorator is an abstract superclass of ILabelDecorators that support IDecorationContext.Modifier and TypeMethodDescriptionDecoratingLabelProvider.getLabelDecorator()
Returns the label decorator, ornull
if none has been set.DecoratingStyledCellLabelProvider.getLabelDecorator()
Returns the decorator ornull
if no decorator is installedModifier and TypeMethodDescriptionvoid
DecoratingLabelProvider.setLabelDecorator
(ILabelDecorator decorator) Sets the label decorator.void
DecoratingStyledCellLabelProvider.setLabelDecorator
(ILabelDecorator newDecorator) Sets the label decorator.ModifierConstructorDescriptionDecoratingLabelProvider
(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 aDecoratingStyledCellLabelProvider
that delegates the requests for styled labels and for images to aDelegatingStyledCellLabelProvider.IStyledLabelProvider
. -
Uses of ILabelDecorator in org.eclipse.team.ui.synchronize
Modifier and TypeMethodDescriptionvoid
ISynchronizePageConfiguration.addLabelDecorator
(ILabelDecorator decorator) Add a label decorator to the page configuration. -
Uses of ILabelDecorator in org.eclipse.ui
Modifier and TypeInterfaceDescriptioninterface
Manages the decorators contributed via theorg.eclipse.ui.decorator
extension point.Modifier and TypeMethodDescriptionIDecoratorManager.getLabelDecorator()
Returns the label decorator which applies the decorations from all enabled decorators.IDecoratorManager.getLabelDecorator
(String decoratorId) Returns the full label decorator instance for the specified decorator id if it is enabled. -
Uses of ILabelDecorator in org.eclipse.ui.dialogs
Modifier and TypeMethodDescriptionvoid
FilteredItemsSelectionDialog.setListSelectionLabelDecorator
(ILabelDecorator listSelectionLabelDecorator) Sets the label decorator for selected items in the list. -
Uses of ILabelDecorator in org.eclipse.ui.part
Modifier and TypeMethodDescriptionMultiPageEditorSite.getDecoratorManager()
Deprecated.use IWorkbench.getDecoratorManager() -
Uses of ILabelDecorator in org.eclipse.ui.statushandlers
Modifier and TypeMethodDescriptionvoid
WorkbenchStatusDialogManager.setMessageDecorator
(ILabelDecorator decorator) This methods sets up the decorator, which is used to modify displayed strings extracted from StatusAdapter.