Uses of Interface
org.eclipse.jface.viewers.ILabelDecorator
Packages that use 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
Subinterfaces of ILabelDecorator in org.eclipse.jface.viewersModifier and TypeInterfaceDescriptioninterface
A delayed label decorator is a label decorator that may not have a decoration available immediately.Classes in org.eclipse.jface.viewers that implement ILabelDecoratorModifier and TypeClassDescriptionclass
The LabelDecorator is an abstract superclass of ILabelDecorators that support IDecorationContext.Methods in org.eclipse.jface.viewers that return ILabelDecoratorModifier and TypeMethodDescriptionDecoratingLabelProvider.getLabelDecorator()
Returns the label decorator, ornull
if none has been set.DecoratingStyledCellLabelProvider.getLabelDecorator()
Returns the decorator ornull
if no decorator is installedMethods in org.eclipse.jface.viewers with parameters of type ILabelDecoratorModifier and TypeMethodDescriptionvoid
DecoratingLabelProvider.setLabelDecorator
(ILabelDecorator decorator) Sets the label decorator.void
DecoratingStyledCellLabelProvider.setLabelDecorator
(ILabelDecorator newDecorator) Sets the label decorator.Constructors in org.eclipse.jface.viewers with parameters of type ILabelDecoratorModifierConstructorDescriptionDecoratingLabelProvider
(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
Methods in org.eclipse.team.ui.synchronize with parameters of type ILabelDecoratorModifier and TypeMethodDescriptionvoid
ISynchronizePageConfiguration.addLabelDecorator
(ILabelDecorator decorator) Add a label decorator to the page configuration. -
Uses of ILabelDecorator in org.eclipse.ui
Subinterfaces of ILabelDecorator in org.eclipse.uiModifier and TypeInterfaceDescriptioninterface
Manages the decorators contributed via theorg.eclipse.ui.decorator
extension point.Methods in org.eclipse.ui that return ILabelDecoratorModifier 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
Methods in org.eclipse.ui.dialogs with parameters of type ILabelDecoratorModifier and TypeMethodDescriptionvoid
FilteredItemsSelectionDialog.setListSelectionLabelDecorator
(ILabelDecorator listSelectionLabelDecorator) Sets the label decorator for selected items in the list. -
Uses of ILabelDecorator in org.eclipse.ui.part
Methods in org.eclipse.ui.part that return ILabelDecoratorModifier and TypeMethodDescriptionMultiPageEditorSite.getDecoratorManager()
Deprecated.use IWorkbench.getDecoratorManager() -
Uses of ILabelDecorator in org.eclipse.ui.statushandlers
Methods in org.eclipse.ui.statushandlers with parameters of type ILabelDecoratorModifier and TypeMethodDescriptionvoid
WorkbenchStatusDialogManager.setMessageDecorator
(ILabelDecorator decorator) This methods sets up the decorator, which is used to modify displayed strings extracted from StatusAdapter.