Fields Summary |
---|
public static int | WIDTHThis field corresponds to MENU_WIDTH skin property.
See its comment for further details. |
public static int | HEIGHTThis field corresponds to MENU_HEIGHT skin property.
See its comment for further details. |
public static int | ALIGN_XThis field corresponds to MENU_ALIGN_X skin property.
See its comment for further details. |
public static int | ALIGN_YThis field corresponds to MENU_ALIGN_Y skin property.
See its comment for further details. |
public static int | TITLE_XThis field corresponds to MENU_TITLE_X skin property.
See its comment for further details. |
public static int | TITLE_YThis field corresponds to MENU_TITLE_Y skin property.
See its comment for further details. |
public static int | TITLE_MAXWIDTHThis field corresponds to MENU_TITLE_MAXWIDTH skin property.
See its comment for further details. |
public static int | TITLE_ALIGNThis field corresponds to MENU_TITLE_ALIGN skin property.
See its comment for further details. |
public static int | MAX_ITEMSThis field corresponds to MENU_MAX_ITEMS skin property.
See its comment for further details. |
public static int | ITEM_HEIGHTThis field corresponds to MENU_ITEM_HEIGHT skin property.
See its comment for further details. |
public static int | ITEM_TOPOFFSETThis field corresponds to MENU_ITEM_TOPOFFSET skin property.
See its comment for further details. |
public static int | ITEM_INDEX_ANCHOR_XThis field corresponds to MENU_ITEM_INDEX_ANCHOR_X skin property.
See its comment for further details. |
public static int | ITEM_ANCHOR_XThis field corresponds to MENU_ITEM_ANCHOR_X skin property.
See its comment for further details. |
public static int | COLOR_BGThis field corresponds to MENU_COLOR_BG skin property.
See its comment for further details. |
public static int | COLOR_BG_SELThis field corresponds to MENU_COLOR_BG_SEL skin property.
See its comment for further details. |
public static int | COLOR_TITLEThis field corresponds to MENU_COLOR_TITLE skin property.
See its comment for further details. |
public static int | COLOR_INDEXThis field corresponds to MENU_COLOR_INDEX skin property.
See its comment for further details. |
public static int | COLOR_INDEX_SELThis field corresponds to MENU_COLOR_INDEX_SEL skin property.
See its comment for further details. |
public static int | COLOR_ITEMThis field corresponds to MENU_COLOR_ITEM skin property.
See its comment for further details. |
public static int | COLOR_ITEM_SELThis field corresponds to MENU_COLOR_ITEM_SEL skin property.
See its comment for further details. |
public static String | TEXT_TITLEThis field corresponds to MENU_TEXT_TITLE skin property.
See its comment for further details.
A 'null' value indicates this system menu does not have a title. |
public static javax.microedition.lcdui.Font | FONT_TITLEThis field corresponds to MENU_FONT_TITLE skin property.
See its comment for further details. |
public static javax.microedition.lcdui.Font | FONT_ITEMThis field corresponds to MENU_FONT_ITEM skin property.
See its comment for further details. |
public static javax.microedition.lcdui.Font | FONT_ITEM_SELThis field corresponds to MENU_FONT_ITEM_SEL skin property.
See its comment for further details. |
public static javax.microedition.lcdui.Image[] | IMAGE_BGThis field corresponds to MENU_IMAGE_BG skin property.
See its comment for further details.
A 'null' value for this array means there is no image background
and a solid fill color should be used. |
public static javax.microedition.lcdui.Image[] | IMAGE_ITEM_SEL_BGThis field corresponds to MENU_IMAGE_ITEM_SEL_BG skin property.
See its comment for further details.
A 'null' value for this array means there is no image background
and a solid fill color should be used. |
public static javax.microedition.lcdui.Image | IMAGE_SUBMENU_ARROWThis field corresponds to MENU_IMAGE_SUBMENU skin property.
See its comment for further details. |
public static javax.microedition.lcdui.Image | IMAGE_SUBMENU_ARROW_HLThis field corresponds to MENU_IMAGE_SUBMENU_HL skin property.
See its comment for further details. |