KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > microedition > lcdui > StringItem

javax.microedition.lcdui
Class StringItem

java.lang.Object
  |
  +--javax.microedition.lcdui.Item
        |
        +--javax.microedition.lcdui.StringItem
See Also:
Source Code

public int getAppearanceMode()
See Also:
Item.BUTTON, Item.HYPERLINK, Item.PLAIN
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Font getFont()
See Also:
setFont(javax.microedition.lcdui.Font)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getText()
See Also:
setText(java.lang.String)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setFont(Font font)
See Also:
getFont()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setText(String text)
See Also:
getText()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public StringItem(String label,
                  String text)
See Also:
StringItem(String, String, int)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public StringItem(String label,
                  String text,
                  int appearanceMode)
See Also:
Item.BUTTON, Item.HYPERLINK, Item.PLAIN
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags