| javax.microedition.lcdui.StringItemLF
All known Subclasses: javax.microedition.lcdui.StringItemLFImpl,
StringItemLF | interface StringItemLF extends ItemLF(Code) | | Look and Feel interface used by StringItem.
See Naming Conventions
for information about method naming conventions.
|
Method Summary | |
Font | getDefaultFont() Gets default font to render text in StringItem if it was not
set by the application. | void | lSetFont(Font font) Notifies L&F of a font change in the corresponding StringItem. | void | lSetText(String str) Notifies L&F of a string change in the corresponding StringItem. |
getDefaultFont | Font getDefaultFont()(Code) | | Gets default font to render text in StringItem if it was not
set by the application.
- the font to render text if it was not set by the app |
lSetFont | void lSetFont(Font font)(Code) | | Notifies L&F of a font change in the corresponding StringItem.
Parameters: font - - the new font set in the StringItem |
lSetText | void lSetText(String str)(Code) | | Notifies L&F of a string change in the corresponding StringItem.
Parameters: str - - the new string set in the StringItem |
|
|