Java org.eclipse.jface.viewers LabelDecorator fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jface.viewers LabelDecorator fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jface.viewers LabelDecorator.

The text is from its open source code.

Subclass

org.eclipse.jface.viewers.LabelDecorator has subclasses.
Click this link to see all its subclasses.

Method

ImagedecorateImage(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.
StringdecorateText(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.
booleanprepareDecoration(Object element, String originalText, IDecorationContext context)
Prepare the element for decoration.