Package org.eclipse.jface.viewers
Interface ILightweightLabelDecorator
-
- All Superinterfaces:
IBaseLabelProvider
- All Known Implementing Classes:
PrototypeDecorator
public interface ILightweightLabelDecorator extends IBaseLabelProvider
TheILightweightLabelDecorator
is a decorator that decorates using a prefix, suffix and overlay image rather than doing all of the image and text management itself like anILabelDecorator
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
decorate(Object element, IDecoration decoration)
Calculates decorations based on element.-
Methods inherited from interface org.eclipse.jface.viewers.IBaseLabelProvider
addListener, dispose, isLabelProperty, removeListener
-
-
-
-
Method Detail
-
decorate
void decorate(Object element, IDecoration decoration)
Calculates decorations based on element.- Parameters:
element
- the element to decoratedecoration
- the decoration to set
-
-