|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IItemLabelProvider
This is the interface implemented to provide a label text and even a label icon for an item; it receives delegated calls from ILabelProvider.
Method Summary | |
---|---|
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. |
Method Detail |
---|
java.lang.String getText(java.lang.Object object)
java.lang.Object getImage(java.lang.Object object)
|
Copyright 2001-2006 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |