|
Eclipse Platform Release 3.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface DelegatingStyledCellLabelProvider.IStyledLabelProvider
Interface marking a label provider that provides styled text labels and images.
The DelegatingStyledCellLabelProvider.IStyledLabelProvider
can
optionally implement IColorProvider
and IFontProvider
to
provide foreground and background color and a default font.
Method Summary | |
---|---|
Image |
getImage(Object element)
Returns the image for the label of the given element. |
StyledString |
getStyledText(Object element)
Returns the styled text label for the given element |
Methods inherited from interface org.eclipse.jface.viewers.IBaseLabelProvider |
---|
addListener, dispose, isLabelProperty, removeListener |
Method Detail |
---|
StyledString getStyledText(Object element)
element
- the element to evaluate the styled string for
Image getImage(Object element)
element
- the element for which to provide the label image
null
if there is no image for the given object
|
Eclipse Platform Release 3.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.