Method Summary |
|
IBaseLabelProvider | getBaseLabelProvider(String decoratorId) Return the IBaseLabelProvider that corresponds to the
decoratorId. |
boolean | getEnabled(String decoratorId) Returns whether the specified decorator is enabled. |
ILabelDecorator | getLabelDecorator() Returns the label decorator which applies the decorations from all
enabled decorators. |
ILabelDecorator | getLabelDecorator(String decoratorId) Returns the full label decorator instance for the specified decorator id
if it is enabled. |
ILightweightLabelDecorator | getLightweightLabelDecorator(String decoratorId) Returns the lightweight label decorator instance for the specified
decorator id if it is enabled. |
void | setEnabled(String decoratorId, boolean enabled) Sets whether the specified decorator is enabled. |
void | update(String decoratorId) Fire a LabelProviderChangedEvent for the decorator that corresponds to
decoratorID if it exists and is enabled using the IBaseLabelProvider
as the argument to the event. |