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

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

Introduction

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

The text is from its open source code.

Implementation

org.eclipse.jface.viewers.ILabelDecorator has the following implementations.
Click this link to see all its implementation.

Constructor

Method

voidaddListener(ILabelProviderListener listener)
Adds a listener to this label provider.
ImagedecorateImage(Image image, Object element)
Returns an image that is based on the given image, but decorated with additional information relating to the state of the provided element.
StringdecorateText(String text, Object element)
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.
voiddispose()
Disposes of this label provider.
booleanisLabelProperty(Object element, String property)
Returns whether the label would be affected by a change to the given property of the given element.
voidremoveListener(ILabelProviderListener listener)
Removes a listener to this label provider.