Uses of Interface
org.eclipse.jface.viewers.ILabelDecorator
-
Packages that use ILabelDecorator 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. -
-
Uses of ILabelDecorator in org.eclipse.jface.viewers
Subinterfaces of ILabelDecorator in org.eclipse.jface.viewers Modifier and Type Interface Description interfaceIDelayedLabelDecoratorA delayed label decorator is a label decorator that may not have a decoration available immediately.Classes in org.eclipse.jface.viewers that implement ILabelDecorator Modifier and Type Class Description classLabelDecoratorThe LabelDecorator is an abstract superclass of ILabelDecorators that support IDecorationContext.Methods in org.eclipse.jface.viewers that return ILabelDecorator Modifier and Type Method Description ILabelDecoratorDecoratingLabelProvider. getLabelDecorator()Returns the label decorator, ornullif none has been set.ILabelDecoratorDecoratingStyledCellLabelProvider. getLabelDecorator()Returns the decorator ornullif no decorator is installedMethods in org.eclipse.jface.viewers with parameters of type ILabelDecorator Modifier and Type Method Description voidDecoratingLabelProvider. setLabelDecorator(ILabelDecorator decorator)Sets the label decorator.voidDecoratingStyledCellLabelProvider. setLabelDecorator(ILabelDecorator newDecorator)Sets the label decorator.Constructors in org.eclipse.jface.viewers with parameters of type ILabelDecorator Constructor 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 aDecoratingStyledCellLabelProviderthat 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 ILabelDecorator Modifier and Type Method Description voidISynchronizePageConfiguration. addLabelDecorator(ILabelDecorator decorator)Add a label decorator to the page configuration. -
Uses of ILabelDecorator in org.eclipse.ui
Subinterfaces of ILabelDecorator in org.eclipse.ui Modifier and Type Interface Description interfaceIDecoratorManagerManages the decorators contributed via theorg.eclipse.ui.decoratorextension point.Methods in org.eclipse.ui that return ILabelDecorator Modifier and Type Method Description ILabelDecoratorIDecoratorManager. getLabelDecorator()Returns the label decorator which applies the decorations from all enabled decorators.ILabelDecoratorIDecoratorManager. 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 ILabelDecorator Modifier and Type Method Description voidFilteredItemsSelectionDialog. 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 ILabelDecorator Modifier and Type Method Description ILabelDecoratorMultiPageEditorSite. getDecoratorManager()Deprecated.use IWorkbench.getDecoratorManager() -
Uses of ILabelDecorator in org.eclipse.ui.statushandlers
Methods in org.eclipse.ui.statushandlers with parameters of type ILabelDecorator Modifier and Type Method Description voidWorkbenchStatusDialogManager. setMessageDecorator(ILabelDecorator decorator)This methods sets up the decorator, which is used to modify displayed strings extracted from StatusAdapter. -
Uses of ILabelDecorator in org.eclipse.ui.views.navigator
Methods in org.eclipse.ui.views.navigator with parameters of type ILabelDecorator Modifier and Type Method Description voidResourceNavigator. setLabelDecorator(ILabelDecorator decorator)Deprecated.use the decorators extension point instead; see IWorkbench.getDecoratorManager()
-