|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Represents the special characters defined in the base font classes. The Unicode character name is used with non-Java identifier characters replaced by low lines (005F). All general use fonts should support all characters listed here.
protected boolean keyChar(char key, int status, int time)
{
switch(key)
{
case Characters.ENTER:
// Do smth.
return true;
case Characters.SPACE:
case Characters.DELETE:
case Characters.BACKSPACE:
case Characters.ESCAPE:
case Characters.CONTROL_VOLUME_DOWN:
case Characters.CONTROL_VOLUME_UP:
default:
return super.keyChar(character, status, time);
}
}
| Field Summary | ||
static char |
ACUTE_ACCENT
Constant for the character of the same name, appears as '´'. |
|
static char |
AMPERSAND
Constant for the character of the same name, appears as '&'. |
|
static char |
APOSTROPHE
Constant for the character of the same name, appears as '''. |
|
static char |
AQUARIUS
Constant for the character of the same name, appears as '?'. |
|
static char |
ARIES
Constant for the character of the same name, appears as '?'. |
|
static char |
ASTERISK
Constant for the character of the same name, appears as '*'. |
|
static char |
BACKSPACE
Constant for the character of the same name, a control character with no appearance. |
|
static char |
BALLOT_BOX
Constant for the character of the same name, appears as '?'. |
|
static char |
BALLOT_BOX_WITH_CHECK
Constant for the character of the same name, appears as '?'. |
|
static char |
BALLOT_X
Constant for the character of the same name, appears as '?'. |
|
static char |
BLACK_CLUB_SUIT
Constant for the character of the same name, appears as '?'. |
|
static char |
BLACK_DIAMOND_SUIT
Constant for the character of the same name, appears as '?'. |
|
static char |
BLACK_DOWN_POINTING_SMALL_TRIANGLE
Constant for the character of the same name, appears as '?'. |
|
static char |
BLACK_DOWN_POINTING_TRIANGLE
Constant for the character of the same name, appears as '?'. |
|
static char |
BLACK_HEART_SUIT
Constant for the character of the same name, appears as '?'. |
|
static char |
BLACK_LEFT_POINTING_POINTER
Constant for the character of the same name, appears as '?'. |
|
static char |
BLACK_LEFT_POINTING_SMALL_TRIANGLE
Constant for the character of the same name, appears as '?'. |
|
static char |
BLACK_LEFT_POINTING_TRIANGLE
Constant for the character of the same name, appears as '?'. |
|
static char |
BLACK_RIGHT_POINTING_POINTER
Constant for the character of the same name, appears as '?'. |
|
static char |
BLACK_RIGHT_POINTING_SMALL_TRIANGLE
Constant for the character of the same name, appears as '?'. |
|
static char |
BLACK_RIGHT_POINTING_TRIANGLE
Constant for the character of the same name, appears as '?'. |
|
static char |
BLACK_SMALL_SQUARE
Constant for the character of the same name, appears as '?'. |
|
static char |
BLACK_SPADE_SUIT
Constant for the character of the same name, appears as '?'. |
|
static char |
BLACK_SUN_WITH_RAYS
Constant for the character of the same name, appears as '?'. |
|
static char |
BLACK_TELEPHONE
Constant for the character of the same name, appears as '?'. |
|
static char |
BLACK_UP_POINTING_SMALL_TRIANGLE
Constant for the character of the same name, appears as '?'. |
|
static char |
BLACK_UP_POINTING_TRIANGLE
Constant for the character of the same name, appears as '?'. |
|
static char |
BOX_DRAWINGS_LIGHT_DOWN_AND_RIGHT
Constant for the character of the same name, appears as '?'. |
|
static char |
BOX_DRAWINGS_LIGHT_UP_AND_RIGHT
Constant for the character of the same name, appears as '?'. |
|
static char |
BOX_DRAWINGS_LIGHT_VERTICAL
Constant for the character of the same name, appears as '?'. |
|
static char |
BROKEN_BAR
Constant for the character of the same name, appears as '¦'. |
|
static char |
BULLET
Constant for the character of the same name, appears as '•'. |
|
static char |
CANCER
Constant for the character of the same name, appears as '?'. |
|
static char |
CAPRICORN
Constant for the character of the same name, appears as '?'. |
|
static char |
CEDILLA
Constant for the character of the same name, appears as '¸'. |
|
static char |
CENT_SIGN
Constant for the character of the same name, appears as '¢'. |
|
static char |
CHECK_MARK
Constant for the character of the same name, appears as '?'. |
|
static char |
CIRCUMFLEX_ACCENT
Constant for the character of the same name, appears as '^'. |
|
static char |
CLOUD
Constant for the character of the same name, appears as '?'. |
|
static char |
COLON
Constant for the character of the same name, appears as ':'. |
|
static char |
COMMA
Constant for the character of the same name, appears as ','. |
|
static char |
COMMERCIAL_AT
Constant for the character of the same name, appears as '@'. |
|
static char |
CONTROL_DOWN
Constant for the Down key, a control character with no appearance. |
|
static char |
CONTROL_LEFT
Constant for the Left key, a control character with no appearance. |
|
static char |
CONTROL_MENU
Constant for the Menu key, a control character with no appearance. |
|
static char |
CONTROL_RIGHT
Constant for the Right key, a control character with no appearance. |
|
static char |
CONTROL_SELECT
Constant for the Select key, a control character with no appearance. |
|
static char |
CONTROL_SYMBOL
Constant for the Symbol key, a control character with no appearance. |
|
static char |
CONTROL_UP
Constant for the Up key, a control character with no appearance. |
|
static char |
CONTROL_VOLUME_DOWN
Constant for the Volume Down key, a control character with no appearance. |
|
static char |
CONTROL_VOLUME_UP
Constant for the Volume Up key, a control character with no appearance. |
|
static char |
COPYRIGHT_SIGN
Constant for the character of the same name, appears as '©'. |
|
static char |
CURRENCY_SIGN
Constant for the character of the same name, appears as '¤'. |
|
static char |
DAGGER
Constant for the character of the same name, appears as '†'. |
|
static char |
DEGREE_SIGN
Constant for the character of the same name, appears as '°'. |
|
static char |
DELETE
Constant for the character of the same name, appears as ''. |
|
static char |
DIAERESIS
Constant for the character of the same name, appears as '¨'. |
|
static char |
DIGIT_EIGHT
Constant for the character of the same name, appears as '8'. |
|
static char |
DIGIT_FIVE
Constant for the character of the same name, appears as '5'. |
|
static char |
DIGIT_FOUR
Constant for the character of the same name, appears as '4'. |
|
static char |
DIGIT_NINE
Constant for the character of the same name, appears as '9'. |
|
static char |
DIGIT_ONE
Constant for the character of the same name, appears as '1'. |
|
static char |
DIGIT_SEVEN
Constant for the character of the same name, appears as '7'. |
|
static char |
DIGIT_SIX
Constant for the character of the same name, appears as '6'. |
|
static char |
DIGIT_THREE
Constant for the character of the same name, appears as '3'. |
|
static char |
DIGIT_TWO
Constant for the character of the same name, appears as '2'. |
|
static char |
DIGIT_ZERO
Constant for the character of the same name, appears as '0'. |
|
static char |
DIVISION_SIGN
Constant for the character of the same name, appears as '÷'. |
|
static char |
DOLLAR_SIGN
Constant for the character of the same name, appears as '$'. |
|
static char |
DOUBLE_DAGGER
Constant for the character of the same name, appears as '‡'. |
|
static char |
EM_DASH
Constant for the character of the same name, appears as '—'. |
|
static char |
ENTER
Constant for the character of the same name, a control character with no appearance. |
|
static char |
ENVELOPE
Constant for the character of the same name, appears as '?'. |
|
static char |
EQUALS_SIGN
Constant for the character of the same name, appears as '='. |
|
static char |
ESCAPE
Constant for the character of the same name, appears as ''. |
|
static char |
EURO_SIGN
Constant for the character of the same name, appears as '€'. |
|
static char |
EXCLAMATION_MARK
Constant for the character of the same name, appears as '!'. |
|
static char |
FEMININE_ORDINAL_INDICATOR
Constant for the character of the same name, appears as 'ª'. |
|
static char |
FULL_STOP
Constant for the character of the same name, appears as '.'. |
|
static char |
GEMINI
Constant for the character of the same name, appears as '?'. |
|
static char |
GRAVE_ACCENT
Constant for the character of the same name, appears as '`'. |
|
static char |
GREATER_THAN_SIGN
Constant for the character of the same name, appears as '>'. |
|
static char |
GREEK_CAPITAL_LETTER_DELTA
Constant for the character of the same name, appears as '?'. |
|
static char |
GREEK_CAPITAL_LETTER_GAMMA
Constant for the character of the same name, appears as '?'. |
|
static char |
GREEK_CAPITAL_LETTER_LAMDA
Constant for the character of the same name, appears as '?'. |
|
static char |
GREEK_CAPITAL_LETTER_OMEGA
Constant for the character of the same name, appears as '?'. |
|
static char |
GREEK_CAPITAL_LETTER_PHI
Constant for the character of the same name, appears as '?'. |
|
static char |
GREEK_CAPITAL_LETTER_PI
Constant for the character of the same name, appears as '?'. |
|
static char |
GREEK_CAPITAL_LETTER_PSI
Constant for the character of the same name, appears as '?'. |
|
static char |
GREEK_CAPITAL_LETTER_SIGMA
Constant for the character of the same name, appears as '?'. |
|
static char |
GREEK_CAPITAL_LETTER_THETA
Constant for the character of the same name, appears as '?'. |
|
static char |
GREEK_CAPITAL_LETTER_XI
Constant for the character of the same name, appears as '?'. |
|
static char |
HAIR_SPACE
Constant for the character of the same name, appears as '?'. |
|
static char |
HORIZONTAL_ELLIPSIS
Constant for the character of the same name, appears as '…'. |
|
static char |
HYPHEN_MINUS
Constant for the character of the same name, appears as '-'. |
|
static char |
IDEOGRAPHIC_FULL_STOP
Constant for the character of the same name, appears as '?'. |
|
static char |
IDEOGRAPHIC_SPACE
Constant for the character of the same name, appears as '?'. |
|
static char |
INVERTED_EXCLAMATION_MARK
Constant for the character of the same name, appears as '¡'. |
|
static char |
INVERTED_QUESTION_MARK
Constant for the character of the same name, appears as '¿'. |
|
static char |
LATIN_CAPITAL_LETTER_A
Constant for the character of the same name, appears as 'A'. |
|
static char |
LATIN_CAPITAL_LETTER_A_WITH_ACUTE
Constant for the character of the same name, appears as 'Á'. |
|
static char |
LATIN_CAPITAL_LETTER_A_WITH_CIRCUMFLEX
Constant for the character of the same name, appears as 'Â'. |
|
static char |
LATIN_CAPITAL_LETTER_A_WITH_DIAERESIS
Constant for the character of the same name, appears as 'Ä'. |
|
static char |
LATIN_CAPITAL_LETTER_A_WITH_GRAVE
Constant for the character of the same name, appears as 'À'. |
|
static char |
LATIN_CAPITAL_LETTER_A_WITH_RING_ABOVE
Constant for the character of the same name, appears as 'Å'. |
|
static char |
LATIN_CAPITAL_LETTER_A_WITH_TILDE
Constant for the character of the same name, appears as 'Ã'. |
|
static char |
LATIN_CAPITAL_LETTER_AE
Constant for the character of the same name, appears as 'Æ'. |
|
static char |
LATIN_CAPITAL_LETTER_B
Constant for the character of the same name, appears as 'B'. |
|
static char |
LATIN_CAPITAL_LETTER_C
Constant for the character of the same name, appears as 'C'. |
|
static char |
LATIN_CAPITAL_LETTER_C_WITH_CEDILLA
Constant for the character of the same name, appears as 'Ç'. |
|
static char |
LATIN_CAPITAL_LETTER_D
Constant for the character of the same name, appears as 'D'. |
|
static char |
LATIN_CAPITAL_LETTER_E
Constant for the character of the same name, appears as 'E'. |
|
static char |
LATIN_CAPITAL_LETTER_E_WITH_ACUTE
Constant for the character of the same name, appears as 'É'. |
|
static char |
LATIN_CAPITAL_LETTER_E_WITH_CIRCUMFLEX
Constant for the character of the same name, appears as 'Ê'. |
|
static char |
LATIN_CAPITAL_LETTER_E_WITH_DIAERESIS
Constant for the character of the same name, appears as 'Ë'. |
|
static char |
LATIN_CAPITAL_LETTER_E_WITH_GRAVE
Constant for the character of the same name, appears as 'È'. |
|
static char |
LATIN_CAPITAL_LETTER_ETH
Constant for the character of the same name, appears as 'Ð'. |
|
static char |
LATIN_CAPITAL_LETTER_F
Constant for the character of the same name, appears as 'F'. |
|
static char |
LATIN_CAPITAL_LETTER_G
Constant for the character of the same name, appears as 'G'. |
|
static char |
LATIN_CAPITAL_LETTER_H
Constant for the character of the same name, appears as 'H'. |
|
static char |
LATIN_CAPITAL_LETTER_I
Constant for the character of the same name, appears as 'I'. |
|
static char |
LATIN_CAPITAL_LETTER_I_WITH_ACUTE
Constant for the character of the same name, appears as 'Í'. |
|
static char |
LATIN_CAPITAL_LETTER_I_WITH_CIRCUMFLEX
Constant for the character of the same name, appears as 'Î'. |
|
static char |
LATIN_CAPITAL_LETTER_I_WITH_DIAERESIS
Constant for the character of the same name, appears as 'Ï'. |
|
static char |
LATIN_CAPITAL_LETTER_I_WITH_GRAVE
Constant for the character of the same name, appears as 'Ì'. |
|
static char |
LATIN_CAPITAL_LETTER_J
Constant for the character of the same name, appears as 'J'. |
|
static char |
LATIN_CAPITAL_LETTER_K
Constant for the character of the same name, appears as 'K'. |
|
static char |
LATIN_CAPITAL_LETTER_L
Constant for the character of the same name, appears as 'L'. |
|
static char |
LATIN_CAPITAL_LETTER_M
Constant for the character of the same name, appears as 'M'. |
|
static char |
LATIN_CAPITAL_LETTER_N
Constant for the character of the same name, appears as 'N'. |
|
static char |
LATIN_CAPITAL_LETTER_N_WITH_TILDE
Constant for the character of the same name, appears as 'Ñ'. |
|
static char |
LATIN_CAPITAL_LETTER_O
Constant for the character of the same name, appears as 'O'. |
|
static char |
LATIN_CAPITAL_LETTER_O_WITH_ACUTE
Constant for the character of the same name, appears as 'Ó'. |
|
static char |
LATIN_CAPITAL_LETTER_O_WITH_CIRCUMFLEX
Constant for the character of the same name, appears as 'Ô'. |
|
static char |
LATIN_CAPITAL_LETTER_O_WITH_DIAERESIS
Constant for the character of the same name, appears as 'Ö'. |
|
static char |
LATIN_CAPITAL_LETTER_O_WITH_GRAVE
Constant for the character of the same name, appears as 'Ò'. |
|
static char |
LATIN_CAPITAL_LETTER_O_WITH_STROKE
Constant for the character of the same name, appears as 'Ø'. |
|
static char |
LATIN_CAPITAL_LETTER_O_WITH_TILDE
Constant for the character of the same name, appears as 'Õ'. |
|
static char |
LATIN_CAPITAL_LETTER_P
Constant for the character of the same name, appears as 'P'. |
|
static char |
LATIN_CAPITAL_LETTER_Q
Constant for the character of the same name, appears as 'Q'. |
|
static char |
LATIN_CAPITAL_LETTER_R
Constant for the character of the same name, appears as 'R'. |
|
static char |
LATIN_CAPITAL_LETTER_S
Constant for the character of the same name, appears as 'S'. |
|
static char |
LATIN_CAPITAL_LETTER_T
Constant for the character of the same name, appears as 'T'. |
|
static char |
LATIN_CAPITAL_LETTER_THORN
Constant for the character of the same name, appears as 'Þ'. |
|
static char |
LATIN_CAPITAL_LETTER_U
Constant for the character of the same name, appears as 'U'. |
|
static char |
LATIN_CAPITAL_LETTER_U_WITH_ACUTE
Constant for the character of the same name, appears as 'Ú'. |
|
static char |
LATIN_CAPITAL_LETTER_U_WITH_CIRCUMFLEX
Constant for the character of the same name, appears as 'Û'. |
|
static char |
LATIN_CAPITAL_LETTER_U_WITH_DIAERESIS
Constant for the character of the same name, appears as 'Ü'. |
|
static char |
LATIN_CAPITAL_LETTER_U_WITH_GRAVE
Constant for the character of the same name, appears as 'Ù'. |
|
static char |
LATIN_CAPITAL_LETTER_V
Constant for the character of the same name, appears as 'V'. |
|
static char |
LATIN_CAPITAL_LETTER_W
Constant for the character of the same name, appears as 'W'. |
|
static char |
LATIN_CAPITAL_LETTER_X
Constant for the character of the same name, appears as 'X'. |
|
static char |
LATIN_CAPITAL_LETTER_Y
Constant for the character of the same name, appears as 'Y'. |
|
static char |
LATIN_CAPITAL_LETTER_Y_WITH_ACUTE
Constant for the character of the same name, appears as 'Ý'. |
|
static char |
LATIN_CAPITAL_LETTER_Z
Constant for the character of the same name, appears as 'Z'. |
|
static char |
LATIN_CAPITAL_LIGATURE_OE
Constant for the character of the same name, appears as 'Œ'. |
|
static char |
LATIN_SMALL_LETTER_A
Constant for the character of the same name, appears as 'a'. |
|
static char |
LATIN_SMALL_LETTER_A_WITH_ACUTE
Constant for the character of the same name, appears as 'á'. |
|
static char |
LATIN_SMALL_LETTER_A_WITH_CIRCUMFLEX
Constant for the character of the same name, appears as 'â'. |
|
static char |
LATIN_SMALL_LETTER_A_WITH_DIAERESIS
Constant for the character of the same name, appears as 'ä'. |
|
static char |
LATIN_SMALL_LETTER_A_WITH_GRAVE
Constant for the character of the same name, appears as 'à'. |
|
static char |
LATIN_SMALL_LETTER_A_WITH_RING_ABOVE
Constant for the character of the same name, appears as 'å'. |
|
static char |
LATIN_SMALL_LETTER_A_WITH_TILDE
Constant for the character of the same name, appears as 'ã'. |
|
static char |
LATIN_SMALL_LETTER_AE
Constant for the character of the same name, appears as 'æ'. |
|
static char |
LATIN_SMALL_LETTER_B
Constant for the character of the same name, appears as 'b'. |
|
static char |
LATIN_SMALL_LETTER_C
Constant for the character of the same name, appears as 'c'. |
|
static char |
LATIN_SMALL_LETTER_C_WITH_CEDILLA
Constant for the character of the same name, appears as 'ç'. |
|
static char |
LATIN_SMALL_LETTER_D
Constant for the character of the same name, appears as 'd'. |
|
static char |
LATIN_SMALL_LETTER_E
Constant for the character of the same name, appears as 'e'. |
|
static char |
LATIN_SMALL_LETTER_E_WITH_ACUTE
Constant for the character of the same name, appears as 'é'. |
|
static char |
LATIN_SMALL_LETTER_E_WITH_CIRCUMFLEX
Constant for the character of the same name, appears as 'ê'. |
|
static char |
LATIN_SMALL_LETTER_E_WITH_DIAERESIS
Constant for the character of the same name, appears as 'ë'. |
|
static char |
LATIN_SMALL_LETTER_E_WITH_GRAVE
Constant for the character of the same name, appears as 'è'. |
|
static char |
LATIN_SMALL_LETTER_ETH
Constant for the character of the same name, appears as 'ð'. |
|
static char |
LATIN_SMALL_LETTER_F
Constant for the character of the same name, appears as 'f'. |
|
static char |
LATIN_SMALL_LETTER_G
Constant for the character of the same name, appears as 'g'. |
|
static char |
LATIN_SMALL_LETTER_H
Constant for the character of the same name, appears as 'h'. |
|
static char |
LATIN_SMALL_LETTER_I
Constant for the character of the same name, appears as 'i'. |
|
static char |
LATIN_SMALL_LETTER_I_WITH_ACUTE
Constant for the character of the same name, appears as 'í'. |
|
static char |
LATIN_SMALL_LETTER_I_WITH_CIRCUMFLEX
Constant for the character of the same name, appears as 'î'. |
|
static char |
LATIN_SMALL_LETTER_I_WITH_DIAERESIS
Constant for the character of the same name, appears as 'ï'. |
|
static char |
LATIN_SMALL_LETTER_I_WITH_GRAVE
Constant for the character of the same name, appears as 'ì'. |
|
static char |
LATIN_SMALL_LETTER_J
Constant for the character of the same name, appears as 'j'. |
|
static char |
LATIN_SMALL_LETTER_K
Constant for the character of the same name, appears as 'k'. |
|
static char |
LATIN_SMALL_LETTER_L
Constant for the character of the same name, appears as 'l'. |
|
static char |
LATIN_SMALL_LETTER_M
Constant for the character of the same name, appears as 'm'. |
|
static char |
LATIN_SMALL_LETTER_N
Constant for the character of the same name, appears as 'n'. |
|
static char |
LATIN_SMALL_LETTER_N_WITH_TILDE
Constant for the character of the same name, appears as 'ñ'. |
|
static char |
LATIN_SMALL_LETTER_O
Constant for the character of the same name, appears as 'o'. |
|
static char |
LATIN_SMALL_LETTER_O_WITH_ACUTE
Constant for the character of the same name, appears as 'ó'. |
|
static char |
LATIN_SMALL_LETTER_O_WITH_CIRCUMFLEX
Constant for the character of the same name, appears as 'ô'. |
|
static char |
LATIN_SMALL_LETTER_O_WITH_DIAERESIS
Constant for the character of the same name, appears as 'ö'. |
|
static char |
LATIN_SMALL_LETTER_O_WITH_GRAVE
Constant for the character of the same name, appears as 'ò'. |
|
static char |
LATIN_SMALL_LETTER_O_WITH_STROKE
Constant for the character of the same name, appears as 'ø'. |
|
static char |
LATIN_SMALL_LETTER_O_WITH_TILDE
Constant for the character of the same name, appears as 'õ'. |
|
static char |
LATIN_SMALL_LETTER_P
Constant for the character of the same name, appears as 'p'. |
|
static char |
LATIN_SMALL_LETTER_Q
Constant for the character of the same name, appears as 'q'. |
|
static char |
LATIN_SMALL_LETTER_R
Constant for the character of the same name, appears as 'r'. |
|
static char |
LATIN_SMALL_LETTER_S
Constant for the character of the same name, appears as 's'. |
|
static char |
LATIN_SMALL_LETTER_SHARP_S
Constant for the character of the same name, appears as 'ß'. |
|
static char |
LATIN_SMALL_LETTER_T
Constant for the character of the same name, appears as 't'. |
|
static char |
LATIN_SMALL_LETTER_THORN
Constant for the character of the same name, appears as 'þ'. |
|
static char |
LATIN_SMALL_LETTER_U
Constant for the character of the same name, appears as 'u'. |
|
static char |
LATIN_SMALL_LETTER_U_WITH_ACUTE
Constant for the character of the same name, appears as 'ú'. |
|
static char |
LATIN_SMALL_LETTER_U_WITH_CIRCUMFLEX
Constant for the character of the same name, appears as 'û'. |
|
static char |
LATIN_SMALL_LETTER_U_WITH_DIAERESIS
Constant for the character of the same name, appears as 'ü'. |
|
static char |
LATIN_SMALL_LETTER_U_WITH_GRAVE
Constant for the character of the same name, appears as 'ù'. |
|
static char |
LATIN_SMALL_LETTER_V
Constant for the character of the same name, appears as 'v'. |
|
static char |
LATIN_SMALL_LETTER_W
Constant for the character of the same name, appears as 'w'. |
|
static char |
LATIN_SMALL_LETTER_X
Constant for the character of the same name, appears as 'x'. |
|
static char |
LATIN_SMALL_LETTER_Y
Constant for the character of the same name, appears as 'y'. |
|
static char |
LATIN_SMALL_LETTER_Y_WITH_ACUTE
Constant for the character of the same name, appears as 'ý'. |
|
static char |
LATIN_SMALL_LETTER_Y_WITH_DIAERESIS
Constant for the character of the same name, appears as 'ÿ'. |
|
static char |
LATIN_SMALL_LETTER_Z
Constant for the character of the same name, appears as 'z'. |
|
static char |
LATIN_SMALL_LIGATURE_OE
Constant for the character of the same name, appears as 'œ'. |
|
static char |
LEFT_CURLY_BRACKET
Constant for the character of the same name, appears as '{'. |
|
static char |
LEFT_DOUBLE_QUOTATION_MARK
Constant for the character of the same name, appears as '“'. |
|
static char |
LEFT_PARENTHESIS
Constant for the character of the same name, appears as '('. |
|
static char |
LEFT_POINTING_DOUBLE_ANGLE_QUOTATION_MARK
Constant for the character of the same name, appears as '«'. |
|
static char |
LEFT_SINGLE_QUOTATION_MARK
Constant for the character of the same name, appears as '‘'. |
|
static char |
LEFT_SQUARE_BRACKET
Constant for the character of the same name, appears as '['. |
|
static char |
LEFT_TO_RIGHT_EMBEDDING
Constant for the character of the same name, appears as '?'. |
|
static char |
LEFT_TO_RIGHT_MARK
Constant for the character of the same name, appears as '?'. |
|
static char |
LEFT_TO_RIGHT_OVERRIDE
Constant for the character of the same name, appears as '?'. |
|
static char |
LEO
Constant for the character of the same name, appears as '?'. |
|
static char |
LESS_THAN_SIGN
Constant for the character of the same name, appears as '<'. |
|
static char |
LIBRA
Constant for the character of the same name, appears as '?'. |
|
static char |
LIGHTNING
Constant for the character of the same name, appears as '?'. |
|
static char |
LINE_SEPARATOR
Constant for the character of the same name, appears as '?'. |
|
static char |
LOW_LINE
Constant for the character of the same name, appears as '_'. |
|
static char |
MACRON
Constant for the character of the same name, appears as '¯'. |
|
static char |
MASCULINE_ORDINAL_INDICATOR
Constant for the character of the same name, appears as 'º'. |
|
static char |
MICRO_SIGN
Constant for the character of the same name, appears as 'µ'. |
|
static char |
MIDDLE_DOT
Constant for the character of the same name, appears as '·'. |
|
static char |
MULTIPLICATION_SIGN
Constant for the character of the same name, appears as '×'. |
|
static char |
NO_BREAK_SPACE
Constant for the character of the same name, appears as ' '. |
|
static char |
NOT_SIGN
Constant for the character of the same name, appears as '¬'. |
|
static char |
NULL
Constant for the character of the same name, a control character with no appearance. |
|
static char |
NUMBER_SIGN
Constant for the character of the same name, appears as '#'. |
|
static char |
OBJECT_REPLACEMENT_CHARACTER
Constant for the character of the same name, appears as '?'. |
|
static char |
PARAGRAPH_SEPARATOR
Constant for the character of the same name, appears as '? |
|
static char |
PERCENT_SIGN
Constant for the character of the same name, appears as '%'. |
|
static char |
PILCROW_SIGN
Constant for the character of the same name, appears as '¶'. |
|
static char |
PISCES
Constant for the character of the same name, appears as '?'. |
|
static char |
PLUS_MINUS_SIGN
Constant for the character of the same name, appears as '±'. |
|
static char |
PLUS_SIGN
Constant for the character of the same name, appears as '+'. |
|
static char |
POP_DIRECTIONAL_FORMATTING
Constant for the character of the same name, appears as '?'. |
|
static char |
POUND_SIGN
Constant for the character of the same name, appears as '£'. |
|
static char |
QUESTION_MARK
Constant for the character of the same name, appears as '?'. |
|
static char |
QUOTATION_MARK
Constant for the character of the same name, appears as '"'. |
|
static char |
REGISTERED_SIGN
Constant for the character of the same name, appears as '®'. |
|
static char |
REVERSE_SOLIDUS
Constant for the character of the same name, appears as '\'. |
|
static char |
RIGHT_CURLY_BRACKET
Constant for the character of the same name, appears as '}'. |
|
static char |
RIGHT_DOUBLE_QUOTATION_MARK
Constant for the character of the same name, appears as '”'. |
|
static char |
RIGHT_PARENTHESIS
Constant for the character of the same name, appears as ')'. |
|
static char |
RIGHT_POINTING_DOUBLE_ANGLE_QUOTATION_MARK
Constant for the character of the same name, appears as '»'. |
|
static char |
RIGHT_SINGLE_QUOTATION_MARK
Constant for the character of the same name, appears as '’'. |
|
static char |
RIGHT_SQUARE_BRACKET
Constant for the character of the same name, appears as ']'. |
|
static char |
RIGHT_TO_LEFT_EMBEDDING
Constant for the character of the same name, appears as '?'. |
|
static char |
RIGHT_TO_LEFT_MARK
Constant for the character of the same name, appears as '?'. |
|
static char |
RIGHT_TO_LEFT_OVERRIDE
Constant for the character of the same name, appears as '?'. |
|
static char |
SAGITTARIUS
Constant for the character of the same name, appears as '?'. |
|
static char |
SCORPIUS
Constant for the character of the same name, appears as '?'. |
|
static char |
SECTION_SIGN
Constant for the character of the same name, appears as '§'. |
|
static char |
SEMICOLON
Constant for the character of the same name, appears as ';'. |
|
static char |
SMILE
Constant for the character of the same name, appears as '?'. |
|
static char |
SNOWMAN
Constant for the character of the same name, appears as '?'. |
|
static char |
SOFT_HYPHEN
Constant for the character of the same name, appears as ''. |
|
static char |
SOLIDUS
Constant for the character of the same name, appears as '/'. |
|
static char |
SPACE
Constant for the character of the same name, appears as ' '. |
|
static char |
SUPERSCRIPT_ONE
Constant for the character of the same name, appears as '¹'. |
|
static char |
SUPERSCRIPT_THREE
Constant for the character of the same name, appears as '³'. |
|
static char |
SUPERSCRIPT_TWO
Constant for the character of the same name, appears as '²'. |
|
static char |
TAB
Constant for the character of the same name, a control character with no appearance. |
|
static char |
TAURUS
Constant for the character of the same name, appears as '?'. |
|
static char |
TELEPHONE_LOCATION_SIGN
Constant for the character of the same name, appears as '?'. |
|
static char |
TILDE
Constant for the character of the same name, appears as '~'. |
|
static char |
TRADE_MARK_SIGN
Constant for the character of the same name, appears as '™'. |
|
static char |
UMBRELLA
Constant for the character of the same name, appears as '?'. |
|
static char |
VERTICAL_LINE
Constant for the character of the same name, appears as '|'. |
|
static char |
VIRGO
Constant for the character of the same name, appears as '?'. |
|
static char |
VULGAR_FRACTION_ONE_HALF
Constant for the character of the same name, appears as '½'. |
|
static char |
VULGAR_FRACTION_ONE_QUARTER
Constant for the character of the same name, appears as '¼3'. |
|
static char |
VULGAR_FRACTION_THREE_QUARTERS
Constant for the character of the same name, appears as '¾'. |
|
static char |
WHITE_BULLET
Constant for the character of the same name, appears as '?'. |
|
static char |
WHITE_CLUB_SUIT
Constant for the character of the same name, appears as '?'. |
|
static char |
WHITE_DIAMOND_SUIT
Constant for the character of the same name, appears as '?'. |
|
static char |
WHITE_DOWN_POINTING_SMALL_TRIANGLE
Constant for the character of the same name, appears as '?'. |
|
static char |
WHITE_DOWN_POINTING_TRIANGLE
Constant for the character of the same name, appears as '?'. |
|
static char |
WHITE_HEART_SUIT
Constant for the character of the same name, appears as '?'. |
|
static char |
WHITE_LEFT_POINTING_POINTER
Constant for the character of the same name, appears as '?'. |
|
static char |
WHITE_LEFT_POINTING_SMALL_TRIANGLE
Constant for the character of the same name, appears as '?'. |
|
static char |
WHITE_LEFT_POINTING_TRIANGLE
Constant for the character of the same name, appears as '?'. |
|
static char |
WHITE_RIGHT_POINTING_POINTER
Constant for the character of the same name, appears as '?'. |
|
static char |
WHITE_RIGHT_POINTING_SMALL_TRIANGLE
Constant for the character of the same name, appears as '?'. |
|
static char |
WHITE_RIGHT_POINTING_TRIANGLE
Constant for the character of the same name, appears as '?'. |
|
static char |
WHITE_SPADE_SUIT
Constant for the character of the same name, appears as '?'. |
|
static char |
WHITE_UP_POINTING_SMALL_TRIANGLE
Constant for the character of the same name, appears as '?'. |
|
static char |
WHITE_UP_POINTING_TRIANGLE
Constant for the character of the same name, appears as '?'. |
|
static char |
YEN_SIGN
Constant for the character of the same name, appears as '¥'. |
|
static char |
ZERO_WIDTH_SPACE
Constant for the character of the same name, appears as '?'. |
|
| Field Detail |
public static final char ACUTE_ACCENT
public static final char AMPERSAND
public static final char APOSTROPHE
public static final char AQUARIUS
public static final char ARIES
public static final char ASTERISK
public static final char BACKSPACE
public static final char BALLOT_BOX
public static final char BALLOT_BOX_WITH_CHECK
public static final char BALLOT_X
public static final char BLACK_CLUB_SUIT
public static final char BLACK_DIAMOND_SUIT
public static final char BLACK_DOWN_POINTING_SMALL_TRIANGLE
public static final char BLACK_DOWN_POINTING_TRIANGLE
public static final char BLACK_HEART_SUIT
public static final char BLACK_LEFT_POINTING_POINTER
public static final char BLACK_LEFT_POINTING_SMALL_TRIANGLE
public static final char BLACK_LEFT_POINTING_TRIANGLE
public static final char BLACK_RIGHT_POINTING_POINTER
public static final char BLACK_RIGHT_POINTING_SMALL_TRIANGLE
public static final char BLACK_RIGHT_POINTING_TRIANGLE
public static final char BLACK_SMALL_SQUARE
public static final char BLACK_SPADE_SUIT
public static final char BLACK_SUN_WITH_RAYS
public static final char BLACK_TELEPHONE
public static final char BLACK_UP_POINTING_SMALL_TRIANGLE
public static final char BLACK_UP_POINTING_TRIANGLE
public static final char BOX_DRAWINGS_LIGHT_DOWN_AND_RIGHT
public static final char BOX_DRAWINGS_LIGHT_UP_AND_RIGHT
public static final char BOX_DRAWINGS_LIGHT_VERTICAL
public static final char BROKEN_BAR
public static final char CANCER
public static final char CAPRICORN
public static final char CEDILLA
public static final char CENT_SIGN
public static final char CHECK_MARK
public static final char CIRCUMFLEX_ACCENT
public static final char CLOUD
public static final char COLON
public static final char COMMA
public static final char COMMERCIAL_AT
public static final char CONTROL_DOWN
public static final char CONTROL_LEFT
public static final char CONTROL_MENU
public static final char CONTROL_RIGHT
public static final char CONTROL_SELECT
public static final char CONTROL_SYMBOL
public static final char CONTROL_UP
public static final char CONTROL_VOLUME_DOWN
public static final char CONTROL_VOLUME_UP
public static final char COPYRIGHT_SIGN
public static final char CURRENCY_SIGN
public static final char DEGREE_SIGN
public static final char DELETE
public static final char DIAERESIS
public static final char DIGIT_EIGHT
public static final char DIGIT_FIVE
public static final char DIGIT_FOUR
public static final char DIGIT_NINE
public static final char DIGIT_ONE
public static final char DIGIT_SEVEN
public static final char DIGIT_SIX
public static final char DIGIT_THREE
public static final char DIGIT_TWO
public static final char DIGIT_ZERO
public static final char DIVISION_SIGN
public static final char DOLLAR_SIGN
public static final char DOUBLE_DAGGER
public static final char EM_DASH
public static final char ENTER
public static final char ENVELOPE
public static final char EQUALS_SIGN
public static final char ESCAPE
public static final char EURO_SIGN
public static final char EXCLAMATION_MARK
public static final char FEMININE_ORDINAL_INDICATOR
public static final char FULL_STOP
public static final char GEMINI
public static final char GRAVE_ACCENT
public static final char GREATER_THAN_SIGN
public static final char GREEK_CAPITAL_LETTER_DELTA
public static final char GREEK_CAPITAL_LETTER_GAMMA
public static final char GREEK_CAPITAL_LETTER_LAMDA
public static final char GREEK_CAPITAL_LETTER_OMEGA
public static final char GREEK_CAPITAL_LETTER_PHI
public static final char GREEK_CAPITAL_LETTER_PI
public static final char GREEK_CAPITAL_LETTER_PSI
public static final char GREEK_CAPITAL_LETTER_SIGMA
public static final char GREEK_CAPITAL_LETTER_THETA
public static final char GREEK_CAPITAL_LETTER_XI
public static final char HAIR_SPACE
public static final char HORIZONTAL_ELLIPSIS
public static final char HYPHEN_MINUS
public static final char IDEOGRAPHIC_FULL_STOP
public static final char IDEOGRAPHIC_SPACE
public static final char INVERTED_EXCLAMATION_MARK
public static final char INVERTED_QUESTION_MARK
public static final char LATIN_CAPITAL_LETTER_A
public static final char LATIN_CAPITAL_LETTER_A_WITH_ACUTE
public static final char LATIN_CAPITAL_LETTER_A_WITH_CIRCUMFLEX
public static final char LATIN_CAPITAL_LETTER_A_WITH_DIAERESIS
public static final char LATIN_CAPITAL_LETTER_A_WITH_GRAVE
public static final char LATIN_CAPITAL_LETTER_A_WITH_RING_ABOVE
public static final char LATIN_CAPITAL_LETTER_A_WITH_TILDE
public static final char LATIN_CAPITAL_LETTER_AE
public static final char LATIN_CAPITAL_LETTER_B
public static final char LATIN_CAPITAL_LETTER_C
public static final char LATIN_CAPITAL_LETTER_C_WITH_CEDILLA
public static final char LATIN_CAPITAL_LETTER_D
public static final char LATIN_CAPITAL_LETTER_E
public static final char LATIN_CAPITAL_LETTER_E_WITH_ACUTE
public static final char LATIN_CAPITAL_LETTER_E_WITH_CIRCUMFLEX
public static final char LATIN_CAPITAL_LETTER_E_WITH_DIAERESIS
public static final char LATIN_CAPITAL_LETTER_E_WITH_GRAVE
public static final char LATIN_CAPITAL_LETTER_ETH
public static final char LATIN_CAPITAL_LETTER_F
public static final char LATIN_CAPITAL_LETTER_G
public static final char LATIN_CAPITAL_LETTER_H
public static final char LATIN_CAPITAL_LETTER_I
public static final char LATIN_CAPITAL_LETTER_I_WITH_ACUTE
public static final char LATIN_CAPITAL_LETTER_I_WITH_CIRCUMFLEX
public static final char LATIN_CAPITAL_LETTER_I_WITH_DIAERESIS
public static final char LATIN_CAPITAL_LETTER_I_WITH_GRAVE
public static final char LATIN_CAPITAL_LETTER_J
public static final char LATIN_CAPITAL_LETTER_K
public static final char LATIN_CAPITAL_LETTER_L
public static final char LATIN_CAPITAL_LETTER_M
public static final char LATIN_CAPITAL_LETTER_N
public static final char LATIN_CAPITAL_LETTER_N_WITH_TILDE
public static final char LATIN_CAPITAL_LETTER_O
public static final char LATIN_CAPITAL_LETTER_O_WITH_ACUTE
public static final char LATIN_CAPITAL_LETTER_O_WITH_CIRCUMFLEX
public static final char LATIN_CAPITAL_LETTER_O_WITH_DIAERESIS
public static final char LATIN_CAPITAL_LETTER_O_WITH_GRAVE
public static final char LATIN_CAPITAL_LETTER_O_WITH_STROKE
public static final char LATIN_CAPITAL_LETTER_O_WITH_TILDE
public static final char LATIN_CAPITAL_LETTER_P
public static final char LATIN_CAPITAL_LETTER_Q
public static final char LATIN_CAPITAL_LETTER_R
public static final char LATIN_CAPITAL_LETTER_S
public static final char LATIN_CAPITAL_LETTER_T
public static final char LATIN_CAPITAL_LETTER_THORN
public static final char LATIN_CAPITAL_LETTER_U
public static final char LATIN_CAPITAL_LETTER_U_WITH_ACUTE
public static final char LATIN_CAPITAL_LETTER_U_WITH_CIRCUMFLEX
public static final char LATIN_CAPITAL_LETTER_U_WITH_DIAERESIS
public static final char LATIN_CAPITAL_LETTER_U_WITH_GRAVE
public static final char LATIN_CAPITAL_LETTER_V
public static final char LATIN_CAPITAL_LETTER_W
public static final char LATIN_CAPITAL_LETTER_X
public static final char LATIN_CAPITAL_LETTER_Y
public static final char LATIN_CAPITAL_LETTER_Y_WITH_ACUTE
public static final char LATIN_CAPITAL_LETTER_Z
public static final char LATIN_CAPITAL_LIGATURE_OE
public static final char LATIN_SMALL_LETTER_A
public static final char LATIN_SMALL_LETTER_A_WITH_ACUTE
public static final char LATIN_SMALL_LETTER_A_WITH_CIRCUMFLEX
public static final char LATIN_SMALL_LETTER_A_WITH_DIAERESIS
public static final char LATIN_SMALL_LETTER_A_WITH_GRAVE
public static final char LATIN_SMALL_LETTER_A_WITH_RING_ABOVE
public static final char LATIN_SMALL_LETTER_A_WITH_TILDE
public static final char LATIN_SMALL_LETTER_AE
public static final char LATIN_SMALL_LETTER_B
public static final char LATIN_SMALL_LETTER_C
public static final char LATIN_SMALL_LETTER_C_WITH_CEDILLA
public static final char LATIN_SMALL_LETTER_D
public static final char LATIN_SMALL_LETTER_E
public static final char LATIN_SMALL_LETTER_E_WITH_ACUTE
public static final char LATIN_SMALL_LETTER_E_WITH_CIRCUMFLEX
public static final char LATIN_SMALL_LETTER_E_WITH_DIAERESIS
public static final char LATIN_SMALL_LETTER_E_WITH_GRAVE
public static final char LATIN_SMALL_LETTER_ETH
public static final char LATIN_SMALL_LETTER_F
public static final char LATIN_SMALL_LETTER_G
public static final char LATIN_SMALL_LETTER_H
public static final char LATIN_SMALL_LETTER_I
public static final char LATIN_SMALL_LETTER_I_WITH_ACUTE
public static final char LATIN_SMALL_LETTER_I_WITH_CIRCUMFLEX
public static final char LATIN_SMALL_LETTER_I_WITH_DIAERESIS
public static final char LATIN_SMALL_LETTER_I_WITH_GRAVE
public static final char LATIN_SMALL_LETTER_J
public static final char LATIN_SMALL_LETTER_K
public static final char LATIN_SMALL_LETTER_L
public static final char LATIN_SMALL_LETTER_M
public static final char LATIN_SMALL_LETTER_N
public static final char LATIN_SMALL_LETTER_N_WITH_TILDE
public static final char LATIN_SMALL_LETTER_O
public static final char LATIN_SMALL_LETTER_O_WITH_ACUTE
public static final char LATIN_SMALL_LETTER_O_WITH_CIRCUMFLEX
public static final char LATIN_SMALL_LETTER_O_WITH_DIAERESIS
public static final char LATIN_SMALL_LETTER_O_WITH_GRAVE
public static final char LATIN_SMALL_LETTER_O_WITH_STROKE
public static final char LATIN_SMALL_LETTER_O_WITH_TILDE
public static final char LATIN_SMALL_LETTER_P
public static final char LATIN_SMALL_LETTER_Q
public static final char LATIN_SMALL_LETTER_R
public static final char LATIN_SMALL_LETTER_S
public static final char LATIN_SMALL_LETTER_SHARP_S
public static final char LATIN_SMALL_LETTER_T
public static final char LATIN_SMALL_LETTER_THORN
public static final char LATIN_SMALL_LETTER_U
public static final char LATIN_SMALL_LETTER_U_WITH_ACUTE
public static final char LATIN_SMALL_LETTER_U_WITH_CIRCUMFLEX
public static final char LATIN_SMALL_LETTER_U_WITH_DIAERESIS
public static final char LATIN_SMALL_LETTER_U_WITH_GRAVE
public static final char LATIN_SMALL_LETTER_V
public static final char LATIN_SMALL_LETTER_W
public static final char LATIN_SMALL_LETTER_X
public static final char LATIN_SMALL_LETTER_Y
public static final char LATIN_SMALL_LETTER_Y_WITH_ACUTE
public static final char LATIN_SMALL_LETTER_Y_WITH_DIAERESIS
public static final char LATIN_SMALL_LETTER_Z
public static final char LATIN_SMALL_LIGATURE_OE
public static final char LEFT_CURLY_BRACKET
public static final char LEFT_DOUBLE_QUOTATION_MARK
public static final char LEFT_PARENTHESIS
public static final char LEFT_POINTING_DOUBLE_ANGLE_QUOTATION_MARK
public static final char LEFT_SINGLE_QUOTATION_MARK
public static final char LEFT_SQUARE_BRACKET
public static final char LEFT_TO_RIGHT_EMBEDDING
public static final char LEFT_TO_RIGHT_MARK
public static final char LEFT_TO_RIGHT_OVERRIDE
public static final char LEO
public static final char LESS_THAN_SIGN
public static final char LIBRA
public static final char LIGHTNING
public static final char LINE_SEPARATOR
public static final char LOW_LINE
public static final char MACRON
public static final char MASCULINE_ORDINAL_INDICATOR
public static final char MICRO_SIGN
public static final char MIDDLE_DOT
public static final char MULTIPLICATION_SIGN
public static final char NO_BREAK_SPACE
public static final char NOT_SIGN
public static final char NULL
public static final char NUMBER_SIGN
public static final char OBJECT_REPLACEMENT_CHARACTER
public static final char PARAGRAPH_SEPARATOR
public static final char PERCENT_SIGN
public static final char PILCROW_SIGN
public static final char PISCES
public static final char PLUS_MINUS_SIGN
public static final char PLUS_SIGN
public static final char POP_DIRECTIONAL_FORMATTING
public static final char POUND_SIGN
public static final char QUESTION_MARK
public static final char QUOTATION_MARK
public static final char REGISTERED_SIGN
public static final char REVERSE_SOLIDUS
public static final char RIGHT_CURLY_BRACKET
public static final char RIGHT_DOUBLE_QUOTATION_MARK
public static final char RIGHT_PARENTHESIS
public static final char RIGHT_POINTING_DOUBLE_ANGLE_QUOTATION_MARK
public static final char RIGHT_SINGLE_QUOTATION_MARK
public static final char RIGHT_SQUARE_BRACKET
public static final char RIGHT_TO_LEFT_EMBEDDING
public static final char RIGHT_TO_LEFT_MARK
public static final char RIGHT_TO_LEFT_OVERRIDE
public static final char SAGITTARIUS
public static final char SCORPIUS
public static final char SECTION_SIGN
public static final char SEMICOLON
public static final char SNOWMAN
public static final char SOFT_HYPHEN
public static final char SOLIDUS
public static final char SUPERSCRIPT_ONE
public static final char SUPERSCRIPT_THREE
public static final char SUPERSCRIPT_TWO
public static final char TAB
public static final char TAURUS
public static final char TELEPHONE_LOCATION_SIGN
public static final char TILDE
public static final char TRADE_MARK_SIGN
public static final char UMBRELLA
public static final char VERTICAL_LINE
public static final char VIRGO
public static final char VULGAR_FRACTION_ONE_HALF
public static final char VULGAR_FRACTION_ONE_QUARTER
public static final char VULGAR_FRACTION_THREE_QUARTERS
public static final char WHITE_BULLET
public static final char WHITE_CLUB_SUIT
public static final char WHITE_DIAMOND_SUIT
public static final char WHITE_DOWN_POINTING_SMALL_TRIANGLE
public static final char WHITE_DOWN_POINTING_TRIANGLE
public static final char WHITE_HEART_SUIT
public static final char WHITE_LEFT_POINTING_POINTER
public static final char WHITE_LEFT_POINTING_SMALL_TRIANGLE
public static final char WHITE_LEFT_POINTING_TRIANGLE
public static final char WHITE_RIGHT_POINTING_POINTER
public static final char WHITE_RIGHT_POINTING_SMALL_TRIANGLE
public static final char WHITE_RIGHT_POINTING_TRIANGLE
public static final char WHITE_SPADE_SUIT
public static final char WHITE_UP_POINTING_SMALL_TRIANGLE
public static final char WHITE_UP_POINTING_TRIANGLE
public static final char YEN_SIGN
public static final char ZERO_WIDTH_SPACE
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright 1999-2009 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Copyright 1993-2003 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California, 94303, U.S.A.
Copyright 2002-2003 Nokia Corporation All Rights Reserved.
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.