public interface ILightweightLabelDecorator extends IBaseLabelProvider
ILightweightLabelDecorator
is a decorator that decorates
using a prefix, suffix and overlay image rather than doing all
of the image and text management itself like an ILabelDecorator
.Modifier and Type | Method and Description |
---|---|
void |
decorate(Object element,
IDecoration decoration)
Calculates decorations based on element.
|
addListener, dispose, isLabelProperty, removeListener
void decorate(Object element, IDecoration decoration)
element
- the element to decoratedecoration
- the decoration to set
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.