|
Eclipse Platform 2.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A label decorator decorates the label text and image for some element. The original label text and image are obtained by some other means, for example by a label provider.
ILabelProvider
Method Summary | |
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. |
Methods inherited from interface org.eclipse.jface.viewers.IBaseLabelProvider |
addListener, dispose, isLabelProperty, removeListener |
Method Detail |
public Image decorateImage(Image image, Object element)
image
- the input image to decorate, or null
if the element has no imageelement
- the element whose image is being decorated
null
if no decoration is to be appliedCompositeImageDescriptor
public String decorateText(String text, Object element)
text
- the input text label to decorateelement
- the element whose image is being decorated
null
if no decoration is to be applied
|
Eclipse Platform 2.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |