LabelDecorator.decorateImage(
Image image,
Object element,
IDecorationContext context)
Returns an image that is based on the given image,
but decorated with additional information relating to the state
of the provided element taking into account the provided context.
LabelDecorator.decorateText(
String text,
Object element,
IDecorationContext context)
Returns a text label that is based on the given text label,
but decorated with additional information relating to the state
of the provided element taking into account the provided context.
DecoratingLabelProvider.setDecorationContext(
IDecorationContext decorationContext)
Set the decoration context that will be based to the decorator
for this label provider if that decorator implements
LabelDecorator.
void
DecoratingStyledCellLabelProvider.setDecorationContext(
IDecorationContext decorationContext)
Set the decoration context that will be based to the decorator for this
label provider if that decorator implements
LabelDecorator.