public interface IItemStyledLabelProvider
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getStyledText(java.lang.Object object)
This does the same thing as IStyledLabelProvider.getStyledText, it fetches
the styled label text specific to this object instance.
|
java.lang.Object getStyledText(java.lang.Object object)
object - the object to evaluate the styled string for.