| javax.microedition.lcdui.ImageItemLF
All known Subclasses: javax.microedition.lcdui.ImageItemLFImpl,
ImageItemLF | interface ImageItemLF extends ItemLF(Code) | | Look and Feel interface used by ImageItem.
See Naming Conventions
for information about method naming conventions.
|
Method Summary | |
void | lSetAltText(String altText) Notifies L&F of an alternative text change
in the corresponding ImageItem. | void | lSetImage(Image img) Notifies L&F of an image change in the corresponding ImageItem. |
lSetAltText | void lSetAltText(String altText)(Code) | | Notifies L&F of an alternative text change
in the corresponding ImageItem.
Parameters: altText - - the new alternative text set in the ImageItem |
lSetImage | void lSetImage(Image img)(Code) | | Notifies L&F of an image change in the corresponding ImageItem.
Parameters: img - - the new image set in the ImageItem |
|
|