org.eclipse.jface.viewers
Interface ILightweightLabelDecorator
- All Superinterfaces:
- IBaseLabelProvider
public interface ILightweightLabelDecorator
- extends IBaseLabelProvider
The 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
.
Method Summary |
void |
decorate(java.lang.Object element,
IDecoration decoration)
Calculates decorations based on element. |
decorate
void decorate(java.lang.Object element,
IDecoration decoration)
- Calculates decorations based on element.
- Parameters:
element
- the element to decoratedecoration
- the decoration to set