FileDocCategorySizeDatePackage
StringItemLF.javaAPI DocphoneME MR2 API (J2ME)1866Wed May 02 18:00:22 BST 2007javax.microedition.lcdui

StringItemLF

public interface StringItemLF implements ItemLF
Look and Feel interface used by StringItem.

See Naming Conventions for information about method naming conventions.

Fields Summary
Constructors Summary
Methods Summary
public FontgetDefaultFont()
Gets default font to render text in StringItem if it was not set by the application.

return
- the font to render text if it was not set by the app

public voidlSetFont(Font font)
Notifies L&F of a font change in the corresponding StringItem.

param
font - the new font set in the StringItem

public voidlSetText(java.lang.String str)
Notifies L&F of a string change in the corresponding StringItem.

param
str - the new string set in the StringItem