FileDocCategorySizeDatePackage
TextFieldSkin.javaAPI DocphoneME MR2 API (J2ME)4344Wed May 02 18:00:20 BST 2007com.sun.midp.chameleon.skins

TextFieldSkin

public class TextFieldSkin extends Object
TextFieldSkin represents the properties and values used to render a TextField in the javax.microedition.lcdui package.

Fields Summary
public static int
PAD_H
This field corresponds to TEXTFIELD_PAD_H skin property. See its comment for further details.
public static int
PAD_V
This field corresponds to TEXTFIELD_PAD_V skin property. See its comment for further details.
public static int
BOX_MARGIN
This field corresponds to TEXTFIELD_BOX_MARGIN skin property. See its comment for further details.
public static int
WIDTH_CARET
This field corresponds to TEXTFIELD_WIDTH_CARET skin property. See its comment for further details.
public static int
SCROLL_RATE
This field corresponds to TEXTFIELD_SCRL_RATE skin property. See its comment for further details.
public static int
SCROLL_SPEED
This field corresponds to TEXTFIELD_SCRL_SPD skin property. See its comment for further details.
public static int
COLOR_FG
This field corresponds to TEXTFIELD_COLOR_FG skin property. See its comment for further details.
public static int
COLOR_BG
This field corresponds to TEXTFIELD_COLOR_BG skin property. See its comment for further details.
public static int
COLOR_BORDER
This field corresponds to TEXTFIELD_COLOR_BRDR skin property. See its comment for further details.
public static int
COLOR_BORDER_SHD
This field corresponds to TEXTFIELD_COLOR_BRDR_SHD skin property. See its comment for further details.
public static int
COLOR_FG_UE
This field corresponds to TEXTFIELD_COLOR_FG_UE skin property. See its comment for further details.
public static int
COLOR_BG_UE
This field corresponds to TEXTFIELD_COLOR_BG_UE skin property. See its comment for further details.
public static int
COLOR_BORDER_UE
This field corresponds to TEXTFIELD_COLOR_BRDR_UE skin property. See its comment for further details.
public static int
COLOR_BORDER_SHD_UE
This field corresponds to TEXTFIELD_COLOR_BRDR_SHD_UE skin property. See its comment for further details.
public static javax.microedition.lcdui.Image[]
IMAGE_BG
This field corresponds to TEXTFIELD_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_BG_UE
This field corresponds to TEXTFIELD_IMAGE_BG_UE 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.
Constructors Summary
private TextFieldSkin()

    
Methods Summary