|
Eclipse Platform 2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ILabelDecorator | |
org.eclipse.jface.viewers | Provides a framework for viewers, which are model-based content adapters for SWT widgets. |
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. |
Uses of ILabelDecorator in org.eclipse.jface.viewers |
Methods in org.eclipse.jface.viewers that return ILabelDecorator | |
ILabelDecorator |
DecoratingLabelProvider.getLabelDecorator()
Returns the label decorator, or null if none has been set. |
Methods in org.eclipse.jface.viewers with parameters of type ILabelDecorator | |
void |
DecoratingLabelProvider.setLabelDecorator(ILabelDecorator decorator)
Sets the label decorator. |
Constructors in org.eclipse.jface.viewers with parameters of type ILabelDecorator | |
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. |
Uses of ILabelDecorator in org.eclipse.ui |
Methods in org.eclipse.ui that return ILabelDecorator | |
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. |
Uses of ILabelDecorator in org.eclipse.ui.part |
Methods in org.eclipse.ui.part that return ILabelDecorator | |
ILabelDecorator |
MultiPageEditorSite.getDecoratorManager()
Deprecated. use IWorkbench.getDecoratorManager() |
Uses of ILabelDecorator in org.eclipse.ui.views.navigator |
Methods in org.eclipse.ui.views.navigator with parameters of type ILabelDecorator | |
void |
ResourceNavigator.setLabelDecorator(ILabelDecorator decorator)
Deprecated. use the decorators extension point instead; see IWorkbench.getDecoratorManager() |
|
Eclipse Platform 2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |