|
jMobileCore toolkit | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jmobilecore.ui.core.Style
public class Style
Sets the style for the application. This style is blue/white/black for color screens
Field Summary | |
---|---|
static int |
ARROW_COLOR
Default color for scrollbar arrows |
static int |
BACKGROUND_COLOR
Default background color |
static javax.microedition.lcdui.Font |
BOLD_LARGE
Bold style large size font |
static javax.microedition.lcdui.Font |
BOLD_MEDIUM
Bold style medium size font |
static javax.microedition.lcdui.Font |
BOLD_SMALL
Bold style small size font |
static int |
BORDER_COLOR
Color to use for component borders (example: textfield component) |
static int |
CF_H_GAP
Custom fields horizontal gap, in pixels, between block and separator |
static int |
CURSOR_BACKGROUND_COLOR
Default color for cursor background |
static int |
CURSOR_TEXT_COLOR
Default color for cursor |
static int |
FOCUSED_BACKGROUND_COLOR
Default color for focused backgrounds |
static int |
FOCUSED_TEXT_COLOR
Default color for focused texts |
static int |
H_GAP
Horizontal gap, in pixels, between components |
static javax.microedition.lcdui.Font |
HEADER_FONT
Default font to use for header text |
static javax.microedition.lcdui.Font |
PLAIN_LARGE
Plain style large size font |
static javax.microedition.lcdui.Font |
PLAIN_MEDIUM
Plain style medium size font |
static javax.microedition.lcdui.Font |
PLAIN_SMALL
Plain style small size font |
static boolean |
SCROLLABLE_TEXTFIELD
Type of text fields |
static javax.microedition.lcdui.Font |
SOFTKEY_FONT
Default font to use for soft key text |
static int |
SOFTKEYBAR_BACKGROUND_COLOR
Default color for SoftKeyBar background |
static int |
SOFTKEYBAR_TEXT_COLOR
Default color for SoftKeyBar text |
static int |
TEXT_COLOR
Default color for texts |
static javax.microedition.lcdui.Font |
TEXT_FIELD_FONT
Default font to use for text fields |
static javax.microedition.lcdui.Font |
TEXT_FONT
Default font to use for text |
static int |
TITLE_BACKGROUND_COLOR
Default color for screen title background |
static int |
TITLE_TEXT_COLOR
Default color for screen title text |
static int |
V_GAP
Vertical gap, in pixels, between components |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int ARROW_COLOR
public static final int BACKGROUND_COLOR
public static final javax.microedition.lcdui.Font BOLD_LARGE
public static final javax.microedition.lcdui.Font BOLD_MEDIUM
public static final javax.microedition.lcdui.Font BOLD_SMALL
public static final int BORDER_COLOR
public static final int CF_H_GAP
public static final int CURSOR_BACKGROUND_COLOR
public static final int CURSOR_TEXT_COLOR
public static final int FOCUSED_BACKGROUND_COLOR
public static final int FOCUSED_TEXT_COLOR
public static final int H_GAP
public static final javax.microedition.lcdui.Font HEADER_FONT
public static final javax.microedition.lcdui.Font PLAIN_LARGE
public static final javax.microedition.lcdui.Font PLAIN_MEDIUM
public static final javax.microedition.lcdui.Font PLAIN_SMALL
public static final boolean SCROLLABLE_TEXTFIELD
public static final javax.microedition.lcdui.Font SOFTKEY_FONT
public static final int SOFTKEYBAR_BACKGROUND_COLOR
public static final int SOFTKEYBAR_TEXT_COLOR
public static final int TEXT_COLOR
public static final javax.microedition.lcdui.Font TEXT_FIELD_FONT
public static final javax.microedition.lcdui.Font TEXT_FONT
public static final int TITLE_BACKGROUND_COLOR
public static final int TITLE_TEXT_COLOR
public static final int V_GAP
|
jMobileCore toolkit | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |