|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.mot.lnf.LNFManager
Class that encapsulates all of the look and feel implementation classes for a platform
Field Summary | |
static int |
ALERT
ID used to retrieve AlertLNF |
static int |
CHECKBOX_ITEM
ID used to retrieve CheckboxItemLNF |
static int |
CHOICE_GROUP
ID used to retrieve ChoiceGroupLNF |
static int |
COMMAND_MANAGER
ID used to retrieve CommandManagerLNF |
static int |
CUSTOM_ITEM
ID used to retrieve CustomItemLNF |
static int |
DATE_FIELD
ID used to retrieve DateFieldLNF |
static int |
DATE_ITEM
ID used to retrieve DateItemLNF |
static int |
EXTDISPLAY_TICKER
ID used to retrieve TickerLNF for the external display |
static int |
EXTDISPLAY_TITLE
ID used to retrieve TitleLNF for the external display |
static int |
GAUGE
ID used to retrieve GaugeLNF |
static int |
IMAGE_ITEM
ID used to retrieve ImageItemLNF |
static int |
SCROLLBAR
ID used to retrieve ScrollbarLNF |
static int |
STRING_ITEM
ID used to retrieve StringItemLNF |
static int |
SYSTEM
ID used to retrieve SystemLNF |
static int |
TEXT_FIELD
ID used to retrieve TextFieldLNF |
static int |
TICKER
ID used to retrieve TickerLNF |
static int |
TIME_ITEM
ID used to retrieve TimeItemLNF |
static int |
TITLE
ID used to retrieve TitleLNF |
Method Summary | |
abstract TextView |
createTextView(char[] c,
int num,
javax.microedition.lcdui.Font f)
Create a TextView instance. |
abstract java.lang.Object |
getLNF(int id)
Return an instance of a look and feel implementation class |
static LNFManager |
getLNFManager()
Retrieve an instance of the LNFManager to be used on this platform. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int ALERT
public static final int CHECKBOX_ITEM
public static final int CHOICE_GROUP
public static final int COMMAND_MANAGER
public static final int CUSTOM_ITEM
public static final int DATE_FIELD
public static final int DATE_ITEM
public static final int GAUGE
public static final int IMAGE_ITEM
public static final int SCROLLBAR
public static final int STRING_ITEM
public static final int SYSTEM
public static final int TEXT_FIELD
public static final int TICKER
public static final int TIME_ITEM
public static final int TITLE
public static final int EXTDISPLAY_TICKER
public static final int EXTDISPLAY_TITLE
Method Detail |
public static LNFManager getLNFManager() throws java.lang.ClassNotFoundException
public abstract java.lang.Object getLNF(int id)
id
- indicates which LNF should be returnedpublic abstract TextView createTextView(char[] c, int num, javax.microedition.lcdui.Font f)
c
- Character array to store in this TextViewnum
- How many valid characters are in the arrayf
- Font to use with this TextView
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |