public interface IItemLabelProvider
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getImage(java.lang.Object object)
This does the same thing as ILabelProvider.getImage,
it fetches the label image specific to this object instance.
|
java.lang.String |
getText(java.lang.Object object)
This does the same thing as ILabelProvider.getlText,
it fetches the label text specific to this object instance.
|
java.lang.String getText(java.lang.Object object)
java.lang.Object getImage(java.lang.Object object)