Example usage for Java org.eclipse.jface.viewers ILabelDecorator fields, constructors, methods, implement or subclass
The text is from its open source code.
void | addListener(ILabelProviderListener listener) Adds a listener to this label provider. |
Image | decorateImage(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. |
String | decorateText(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. |
void | dispose() Disposes of this label provider. |
boolean | isLabelProperty(Object element, String property) Returns whether the label would be affected by a change to the given property of the given element. |
void | removeListener(ILabelProviderListener listener) Removes a listener to this label provider. |