net.rim.device.api.system
Interface Characters


public interface Characters

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 COMBINING_LOW_LINE
          Constant for the character used to indicate a shortcut key, appears as '?' or typically as an underscore.
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_AE
          Constant for the character of the same name, appears as 'Æ'.
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_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_ETH
          Constant for the character of the same name, appears as 'Ð'.
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_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_AE
          Constant for the character of the same name, appears as 'æ'.
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_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_ETH
          Constant for the character of the same name, appears as 'ð'.
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_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 NOT_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 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

NULL

static final char NULL
Constant for the character of the same name, a control character with no appearance. <control*gt;

See Also:
Constant Field Values

BACKSPACE

static final char BACKSPACE
Constant for the character of the same name, a control character with no appearance. <control*gt;

See Also:
Constant Field Values

TAB

static final char TAB
Constant for the character of the same name, a control character with no appearance. <control*gt;

See Also:
Constant Field Values

ENTER

static final char ENTER
Constant for the character of the same name, a control character with no appearance. <control*gt;

See Also:
Constant Field Values

ESCAPE

static final char ESCAPE
Constant for the character of the same name, appears as ''. <control*gt;

See Also:
Constant Field Values

SPACE

static final char SPACE
Constant for the character of the same name, appears as ' '.

See Also:
Constant Field Values

EXCLAMATION_MARK

static final char EXCLAMATION_MARK
Constant for the character of the same name, appears as '!'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

QUOTATION_MARK

static final char QUOTATION_MARK
Constant for the character of the same name, appears as '"'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

NUMBER_SIGN

static final char NUMBER_SIGN
Constant for the character of the same name, appears as '#'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

DOLLAR_SIGN

static final char DOLLAR_SIGN
Constant for the character of the same name, appears as '$'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

PERCENT_SIGN

static final char PERCENT_SIGN
Constant for the character of the same name, appears as '%'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

AMPERSAND

static final char AMPERSAND
Constant for the character of the same name, appears as '&'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

APOSTROPHE

static final char APOSTROPHE
Constant for the character of the same name, appears as '''.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LEFT_PARENTHESIS

static final char LEFT_PARENTHESIS
Constant for the character of the same name, appears as '('.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

RIGHT_PARENTHESIS

static final char RIGHT_PARENTHESIS
Constant for the character of the same name, appears as ')'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

ASTERISK

static final char ASTERISK
Constant for the character of the same name, appears as '*'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

PLUS_SIGN

static final char PLUS_SIGN
Constant for the character of the same name, appears as '+'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

COMMA

static final char COMMA
Constant for the character of the same name, appears as ','.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

HYPHEN_MINUS

static final char HYPHEN_MINUS
Constant for the character of the same name, appears as '-'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

FULL_STOP

static final char FULL_STOP
Constant for the character of the same name, appears as '.'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

SOLIDUS

static final char SOLIDUS
Constant for the character of the same name, appears as '/'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

DIGIT_ZERO

static final char DIGIT_ZERO
Constant for the character of the same name, appears as '0'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

DIGIT_ONE

static final char DIGIT_ONE
Constant for the character of the same name, appears as '1'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

DIGIT_TWO

static final char DIGIT_TWO
Constant for the character of the same name, appears as '2'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

DIGIT_THREE

static final char DIGIT_THREE
Constant for the character of the same name, appears as '3'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

DIGIT_FOUR

static final char DIGIT_FOUR
Constant for the character of the same name, appears as '4'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

DIGIT_FIVE

static final char DIGIT_FIVE
Constant for the character of the same name, appears as '5'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

DIGIT_SIX

static final char DIGIT_SIX
Constant for the character of the same name, appears as '6'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

DIGIT_SEVEN

static final char DIGIT_SEVEN
Constant for the character of the same name, appears as '7'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

DIGIT_EIGHT

static final char DIGIT_EIGHT
Constant for the character of the same name, appears as '8'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

DIGIT_NINE

static final char DIGIT_NINE
Constant for the character of the same name, appears as '9'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

COLON

static final char COLON
Constant for the character of the same name, appears as ':'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

SEMICOLON

static final char SEMICOLON
Constant for the character of the same name, appears as ';'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LESS_THAN_SIGN

static final char LESS_THAN_SIGN
Constant for the character of the same name, appears as '<'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

EQUALS_SIGN

static final char EQUALS_SIGN
Constant for the character of the same name, appears as '='.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

GREATER_THAN_SIGN

static final char GREATER_THAN_SIGN
Constant for the character of the same name, appears as '>'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

QUESTION_MARK

static final char QUESTION_MARK
Constant for the character of the same name, appears as '?'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

COMMERCIAL_AT

static final char COMMERCIAL_AT
Constant for the character of the same name, appears as '@'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LATIN_CAPITAL_LETTER_A

static final char LATIN_CAPITAL_LETTER_A
Constant for the character of the same name, appears as 'A'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LATIN_CAPITAL_LETTER_B

static final char LATIN_CAPITAL_LETTER_B
Constant for the character of the same name, appears as 'B'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LATIN_CAPITAL_LETTER_C

static final char LATIN_CAPITAL_LETTER_C
Constant for the character of the same name, appears as 'C'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LATIN_CAPITAL_LETTER_D

static final char LATIN_CAPITAL_LETTER_D
Constant for the character of the same name, appears as 'D'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LATIN_CAPITAL_LETTER_E

static final char LATIN_CAPITAL_LETTER_E
Constant for the character of the same name, appears as 'E'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LATIN_CAPITAL_LETTER_F

static final char LATIN_CAPITAL_LETTER_F
Constant for the character of the same name, appears as 'F'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LATIN_CAPITAL_LETTER_G

static final char LATIN_CAPITAL_LETTER_G
Constant for the character of the same name, appears as 'G'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LATIN_CAPITAL_LETTER_H

static final char LATIN_CAPITAL_LETTER_H
Constant for the character of the same name, appears as 'H'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LATIN_CAPITAL_LETTER_I

static final char LATIN_CAPITAL_LETTER_I
Constant for the character of the same name, appears as 'I'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LATIN_CAPITAL_LETTER_J

static final char LATIN_CAPITAL_LETTER_J
Constant for the character of the same name, appears as 'J'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LATIN_CAPITAL_LETTER_K

static final char LATIN_CAPITAL_LETTER_K
Constant for the character of the same name, appears as 'K'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LATIN_CAPITAL_LETTER_L

static final char LATIN_CAPITAL_LETTER_L
Constant for the character of the same name, appears as 'L'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LATIN_CAPITAL_LETTER_M

static final char LATIN_CAPITAL_LETTER_M
Constant for the character of the same name, appears as 'M'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LATIN_CAPITAL_LETTER_N

static final char LATIN_CAPITAL_LETTER_N
Constant for the character of the same name, appears as 'N'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LATIN_CAPITAL_LETTER_O

static final char LATIN_CAPITAL_LETTER_O
Constant for the character of the same name, appears as 'O'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LATIN_CAPITAL_LETTER_P

static final char LATIN_CAPITAL_LETTER_P
Constant for the character of the same name, appears as 'P'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LATIN_CAPITAL_LETTER_Q

static final char LATIN_CAPITAL_LETTER_Q
Constant for the character of the same name, appears as 'Q'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LATIN_CAPITAL_LETTER_R

static final char LATIN_CAPITAL_LETTER_R
Constant for the character of the same name, appears as 'R'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LATIN_CAPITAL_LETTER_S

static final char LATIN_CAPITAL_LETTER_S
Constant for the character of the same name, appears as 'S'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LATIN_CAPITAL_LETTER_T

static final char LATIN_CAPITAL_LETTER_T
Constant for the character of the same name, appears as 'T'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LATIN_CAPITAL_LETTER_U

static final char LATIN_CAPITAL_LETTER_U
Constant for the character of the same name, appears as 'U'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LATIN_CAPITAL_LETTER_V

static final char LATIN_CAPITAL_LETTER_V
Constant for the character of the same name, appears as 'V'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LATIN_CAPITAL_LETTER_W

static final char LATIN_CAPITAL_LETTER_W
Constant for the character of the same name, appears as 'W'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LATIN_CAPITAL_LETTER_X

static final char LATIN_CAPITAL_LETTER_X
Constant for the character of the same name, appears as 'X'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LATIN_CAPITAL_LETTER_Y

static final char LATIN_CAPITAL_LETTER_Y
Constant for the character of the same name, appears as 'Y'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LATIN_CAPITAL_LETTER_Z

static final char LATIN_CAPITAL_LETTER_Z
Constant for the character of the same name, appears as 'Z'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LEFT_SQUARE_BRACKET

static final char LEFT_SQUARE_BRACKET
Constant for the character of the same name, appears as '['.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

REVERSE_SOLIDUS

static final char REVERSE_SOLIDUS
Constant for the character of the same name, appears as '\'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

RIGHT_SQUARE_BRACKET

static final char RIGHT_SQUARE_BRACKET
Constant for the character of the same name, appears as ']'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

CIRCUMFLEX_ACCENT

static final char CIRCUMFLEX_ACCENT
Constant for the character of the same name, appears as '^'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LOW_LINE

static final char LOW_LINE
Constant for the character of the same name, appears as '_'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

GRAVE_ACCENT

static final char GRAVE_ACCENT
Constant for the character of the same name, appears as '`'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LATIN_SMALL_LETTER_A

static final char LATIN_SMALL_LETTER_A
Constant for the character of the same name, appears as 'a'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LATIN_SMALL_LETTER_B

static final char LATIN_SMALL_LETTER_B
Constant for the character of the same name, appears as 'b'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LATIN_SMALL_LETTER_C

static final char LATIN_SMALL_LETTER_C
Constant for the character of the same name, appears as 'c'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LATIN_SMALL_LETTER_D

static final char LATIN_SMALL_LETTER_D
Constant for the character of the same name, appears as 'd'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LATIN_SMALL_LETTER_E

static final char LATIN_SMALL_LETTER_E
Constant for the character of the same name, appears as 'e'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LATIN_SMALL_LETTER_F

static final char LATIN_SMALL_LETTER_F
Constant for the character of the same name, appears as 'f'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LATIN_SMALL_LETTER_G

static final char LATIN_SMALL_LETTER_G
Constant for the character of the same name, appears as 'g'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LATIN_SMALL_LETTER_H

static final char LATIN_SMALL_LETTER_H
Constant for the character of the same name, appears as 'h'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LATIN_SMALL_LETTER_I

static final char LATIN_SMALL_LETTER_I
Constant for the character of the same name, appears as 'i'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LATIN_SMALL_LETTER_J

static final char LATIN_SMALL_LETTER_J
Constant for the character of the same name, appears as 'j'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LATIN_SMALL_LETTER_K

static final char LATIN_SMALL_LETTER_K
Constant for the character of the same name, appears as 'k'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LATIN_SMALL_LETTER_L

static final char LATIN_SMALL_LETTER_L
Constant for the character of the same name, appears as 'l'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LATIN_SMALL_LETTER_M

static final char LATIN_SMALL_LETTER_M
Constant for the character of the same name, appears as 'm'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LATIN_SMALL_LETTER_N

static final char LATIN_SMALL_LETTER_N
Constant for the character of the same name, appears as 'n'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LATIN_SMALL_LETTER_O

static final char LATIN_SMALL_LETTER_O
Constant for the character of the same name, appears as 'o'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LATIN_SMALL_LETTER_P

static final char LATIN_SMALL_LETTER_P
Constant for the character of the same name, appears as 'p'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LATIN_SMALL_LETTER_Q

static final char LATIN_SMALL_LETTER_Q
Constant for the character of the same name, appears as 'q'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LATIN_SMALL_LETTER_R

static final char LATIN_SMALL_LETTER_R
Constant for the character of the same name, appears as 'r'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LATIN_SMALL_LETTER_S

static final char LATIN_SMALL_LETTER_S
Constant for the character of the same name, appears as 's'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LATIN_SMALL_LETTER_T

static final char LATIN_SMALL_LETTER_T
Constant for the character of the same name, appears as 't'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LATIN_SMALL_LETTER_U

static final char LATIN_SMALL_LETTER_U
Constant for the character of the same name, appears as 'u'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LATIN_SMALL_LETTER_V

static final char LATIN_SMALL_LETTER_V
Constant for the character of the same name, appears as 'v'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LATIN_SMALL_LETTER_W

static final char LATIN_SMALL_LETTER_W
Constant for the character of the same name, appears as 'w'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LATIN_SMALL_LETTER_X

static final char LATIN_SMALL_LETTER_X
Constant for the character of the same name, appears as 'x'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LATIN_SMALL_LETTER_Y

static final char LATIN_SMALL_LETTER_Y
Constant for the character of the same name, appears as 'y'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LATIN_SMALL_LETTER_Z

static final char LATIN_SMALL_LETTER_Z
Constant for the character of the same name, appears as 'z'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LEFT_CURLY_BRACKET

static final char LEFT_CURLY_BRACKET
Constant for the character of the same name, appears as '{'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

VERTICAL_LINE

static final char VERTICAL_LINE
Constant for the character of the same name, appears as '|'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

RIGHT_CURLY_BRACKET

static final char RIGHT_CURLY_BRACKET
Constant for the character of the same name, appears as '}'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

TILDE

static final char TILDE
Constant for the character of the same name, appears as '~'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

DELETE

static final char DELETE
Constant for the character of the same name, appears as ''. <control*gt;

See Also:
Constant Field Values

CONTROL_SYMBOL

static final char CONTROL_SYMBOL
Constant for the Symbol key, a control character with no appearance.

See Also:
Constant Field Values
Since:
BlackBerry API 4.2.1

CONTROL_UP

static final char CONTROL_UP
Constant for the Up key, a control character with no appearance.

See Also:
Constant Field Values
Since:
BlackBerry API 4.1.0

CONTROL_DOWN

static final char CONTROL_DOWN
Constant for the Down key, a control character with no appearance.

See Also:
Constant Field Values
Since:
BlackBerry API 4.1.0

CONTROL_LEFT

static final char CONTROL_LEFT
Constant for the Left key, a control character with no appearance.

See Also:
Constant Field Values
Since:
BlackBerry API 4.1.0

CONTROL_RIGHT

static final char CONTROL_RIGHT
Constant for the Right key, a control character with no appearance.

See Also:
Constant Field Values
Since:
BlackBerry API 4.1.0

CONTROL_SELECT

static final char CONTROL_SELECT
Constant for the Select key, a control character with no appearance.

See Also:
Constant Field Values
Since:
BlackBerry API 4.1.0

CONTROL_MENU

static final char CONTROL_MENU
Constant for the Menu key, a control character with no appearance.

See Also:
Constant Field Values
Since:
BlackBerry API 4.2.0

CONTROL_VOLUME_UP

static final char CONTROL_VOLUME_UP
Constant for the Volume Up key, a control character with no appearance.

See Also:
Constant Field Values
Since:
BlackBerry API 4.2.0

CONTROL_VOLUME_DOWN

static final char CONTROL_VOLUME_DOWN
Constant for the Volume Down key, a control character with no appearance.

See Also:
Constant Field Values
Since:
BlackBerry API 4.2.0

NO_BREAK_SPACE

static final char NO_BREAK_SPACE
Constant for the character of the same name, appears as ' '.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

INVERTED_EXCLAMATION_MARK

static final char INVERTED_EXCLAMATION_MARK
Constant for the character of the same name, appears as '¡'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

CENT_SIGN

static final char CENT_SIGN
Constant for the character of the same name, appears as '¢'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

POUND_SIGN

static final char POUND_SIGN
Constant for the character of the same name, appears as '£'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

CURRENCY_SIGN

static final char CURRENCY_SIGN
Constant for the character of the same name, appears as '¤'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

YEN_SIGN

static final char YEN_SIGN
Constant for the character of the same name, appears as '¥'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

BROKEN_BAR

static final char BROKEN_BAR
Constant for the character of the same name, appears as '¦'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

SECTION_SIGN

static final char SECTION_SIGN
Constant for the character of the same name, appears as '§'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

DIAERESIS

static final char DIAERESIS
Constant for the character of the same name, appears as '¨'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

COPYRIGHT_SIGN

static final char COPYRIGHT_SIGN
Constant for the character of the same name, appears as '©'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

FEMININE_ORDINAL_INDICATOR

static final char FEMININE_ORDINAL_INDICATOR
Constant for the character of the same name, appears as 'ª'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LEFT_POINTING_DOUBLE_ANGLE_QUOTATION_MARK

static final char LEFT_POINTING_DOUBLE_ANGLE_QUOTATION_MARK
Constant for the character of the same name, appears as '«'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

NOT_SIGN

static final char NOT_SIGN
Constant for the character of the same name, appears as '¬'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

SOFT_HYPHEN

static final char SOFT_HYPHEN
Constant for the character of the same name, appears as '­'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

REGISTERED_SIGN

static final char REGISTERED_SIGN
Constant for the character of the same name, appears as '®'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

MACRON

static final char MACRON
Constant for the character of the same name, appears as '¯'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

DEGREE_SIGN

static final char DEGREE_SIGN
Constant for the character of the same name, appears as '°'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

PLUS_MINUS_SIGN

static final char PLUS_MINUS_SIGN
Constant for the character of the same name, appears as '±'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

SUPERSCRIPT_TWO

static final char SUPERSCRIPT_TWO
Constant for the character of the same name, appears as '²'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

SUPERSCRIPT_THREE

static final char SUPERSCRIPT_THREE
Constant for the character of the same name, appears as '³'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

ACUTE_ACCENT

static final char ACUTE_ACCENT
Constant for the character of the same name, appears as '´'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

MICRO_SIGN

static final char MICRO_SIGN
Constant for the character of the same name, appears as 'µ'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

PILCROW_SIGN

static final char PILCROW_SIGN
Constant for the character of the same name, appears as '¶'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

MIDDLE_DOT

static final char MIDDLE_DOT
Constant for the character of the same name, appears as '·'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

CEDILLA

static final char CEDILLA
Constant for the character of the same name, appears as '¸'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

SUPERSCRIPT_ONE

static final char SUPERSCRIPT_ONE
Constant for the character of the same name, appears as '¹'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

MASCULINE_ORDINAL_INDICATOR

static final char MASCULINE_ORDINAL_INDICATOR
Constant for the character of the same name, appears as 'º'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

RIGHT_POINTING_DOUBLE_ANGLE_QUOTATION_MARK

static final char RIGHT_POINTING_DOUBLE_ANGLE_QUOTATION_MARK
Constant for the character of the same name, appears as '»'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

VULGAR_FRACTION_ONE_QUARTER

static final char VULGAR_FRACTION_ONE_QUARTER
Constant for the character of the same name, appears as '¼3'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

VULGAR_FRACTION_ONE_HALF

static final char VULGAR_FRACTION_ONE_HALF
Constant for the character of the same name, appears as '½'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

VULGAR_FRACTION_THREE_QUARTERS

static final char VULGAR_FRACTION_THREE_QUARTERS
Constant for the character of the same name, appears as '¾'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

INVERTED_QUESTION_MARK

static final char INVERTED_QUESTION_MARK
Constant for the character of the same name, appears as '¿'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LATIN_CAPITAL_LETTER_A_WITH_GRAVE

static final char LATIN_CAPITAL_LETTER_A_WITH_GRAVE
Constant for the character of the same name, appears as 'À'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LATIN_CAPITAL_LETTER_A_WITH_ACUTE

static final char LATIN_CAPITAL_LETTER_A_WITH_ACUTE
Constant for the character of the same name, appears as 'Á'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LATIN_CAPITAL_LETTER_A_WITH_CIRCUMFLEX

static final char LATIN_CAPITAL_LETTER_A_WITH_CIRCUMFLEX
Constant for the character of the same name, appears as 'Â'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LATIN_CAPITAL_LETTER_A_WITH_TILDE

static final char LATIN_CAPITAL_LETTER_A_WITH_TILDE
Constant for the character of the same name, appears as 'Ã'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LATIN_CAPITAL_LETTER_A_WITH_DIAERESIS

static final char LATIN_CAPITAL_LETTER_A_WITH_DIAERESIS
Constant for the character of the same name, appears as 'Ä'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LATIN_CAPITAL_LETTER_A_WITH_RING_ABOVE

static final char LATIN_CAPITAL_LETTER_A_WITH_RING_ABOVE
Constant for the character of the same name, appears as 'Å'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LATIN_CAPITAL_LETTER_AE

static final char LATIN_CAPITAL_LETTER_AE
Constant for the character of the same name, appears as 'Æ'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LATIN_CAPITAL_LETTER_C_WITH_CEDILLA

static final char LATIN_CAPITAL_LETTER_C_WITH_CEDILLA
Constant for the character of the same name, appears as 'Ç'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LATIN_CAPITAL_LETTER_E_WITH_GRAVE

static final char LATIN_CAPITAL_LETTER_E_WITH_GRAVE
Constant for the character of the same name, appears as 'È'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LATIN_CAPITAL_LETTER_E_WITH_ACUTE

static final char LATIN_CAPITAL_LETTER_E_WITH_ACUTE
Constant for the character of the same name, appears as 'É'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LATIN_CAPITAL_LETTER_E_WITH_CIRCUMFLEX

static final char LATIN_CAPITAL_LETTER_E_WITH_CIRCUMFLEX
Constant for the character of the same name, appears as 'Ê'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LATIN_CAPITAL_LETTER_E_WITH_DIAERESIS

static final char LATIN_CAPITAL_LETTER_E_WITH_DIAERESIS
Constant for the character of the same name, appears as 'Ë'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LATIN_CAPITAL_LETTER_I_WITH_GRAVE

static final char LATIN_CAPITAL_LETTER_I_WITH_GRAVE
Constant for the character of the same name, appears as 'Ì'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LATIN_CAPITAL_LETTER_I_WITH_ACUTE

static final char LATIN_CAPITAL_LETTER_I_WITH_ACUTE
Constant for the character of the same name, appears as 'Í'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LATIN_CAPITAL_LETTER_I_WITH_CIRCUMFLEX

static final char LATIN_CAPITAL_LETTER_I_WITH_CIRCUMFLEX
Constant for the character of the same name, appears as 'Î'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LATIN_CAPITAL_LETTER_I_WITH_DIAERESIS

static final char LATIN_CAPITAL_LETTER_I_WITH_DIAERESIS
Constant for the character of the same name, appears as 'Ï'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LATIN_CAPITAL_LETTER_ETH

static final char LATIN_CAPITAL_LETTER_ETH
Constant for the character of the same name, appears as 'Ð'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LATIN_CAPITAL_LETTER_N_WITH_TILDE

static final char LATIN_CAPITAL_LETTER_N_WITH_TILDE
Constant for the character of the same name, appears as 'Ñ'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LATIN_CAPITAL_LETTER_O_WITH_GRAVE

static final char LATIN_CAPITAL_LETTER_O_WITH_GRAVE
Constant for the character of the same name, appears as 'Ò'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LATIN_CAPITAL_LETTER_O_WITH_ACUTE

static final char LATIN_CAPITAL_LETTER_O_WITH_ACUTE
Constant for the character of the same name, appears as 'Ó'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LATIN_CAPITAL_LETTER_O_WITH_CIRCUMFLEX

static final char LATIN_CAPITAL_LETTER_O_WITH_CIRCUMFLEX
Constant for the character of the same name, appears as 'Ô'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LATIN_CAPITAL_LETTER_O_WITH_TILDE

static final char LATIN_CAPITAL_LETTER_O_WITH_TILDE
Constant for the character of the same name, appears as 'Õ'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LATIN_CAPITAL_LETTER_O_WITH_DIAERESIS

static final char LATIN_CAPITAL_LETTER_O_WITH_DIAERESIS
Constant for the character of the same name, appears as 'Ö'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

MULTIPLICATION_SIGN

static final char MULTIPLICATION_SIGN
Constant for the character of the same name, appears as '×'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LATIN_CAPITAL_LETTER_O_WITH_STROKE

static final char LATIN_CAPITAL_LETTER_O_WITH_STROKE
Constant for the character of the same name, appears as 'Ø'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LATIN_CAPITAL_LETTER_U_WITH_GRAVE

static final char LATIN_CAPITAL_LETTER_U_WITH_GRAVE
Constant for the character of the same name, appears as 'Ù'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LATIN_CAPITAL_LETTER_U_WITH_ACUTE

static final char LATIN_CAPITAL_LETTER_U_WITH_ACUTE
Constant for the character of the same name, appears as 'Ú'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LATIN_CAPITAL_LETTER_U_WITH_CIRCUMFLEX

static final char LATIN_CAPITAL_LETTER_U_WITH_CIRCUMFLEX
Constant for the character of the same name, appears as 'Û'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LATIN_CAPITAL_LETTER_U_WITH_DIAERESIS

static final char LATIN_CAPITAL_LETTER_U_WITH_DIAERESIS
Constant for the character of the same name, appears as 'Ü'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LATIN_CAPITAL_LETTER_Y_WITH_ACUTE

static final char LATIN_CAPITAL_LETTER_Y_WITH_ACUTE
Constant for the character of the same name, appears as 'Ý'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LATIN_CAPITAL_LETTER_THORN

static final char LATIN_CAPITAL_LETTER_THORN
Constant for the character of the same name, appears as 'Þ'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LATIN_SMALL_LETTER_SHARP_S

static final char LATIN_SMALL_LETTER_SHARP_S
Constant for the character of the same name, appears as 'ß'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LATIN_SMALL_LETTER_A_WITH_GRAVE

static final char LATIN_SMALL_LETTER_A_WITH_GRAVE
Constant for the character of the same name, appears as 'à'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LATIN_SMALL_LETTER_A_WITH_ACUTE

static final char LATIN_SMALL_LETTER_A_WITH_ACUTE
Constant for the character of the same name, appears as 'á'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LATIN_SMALL_LETTER_A_WITH_CIRCUMFLEX

static final char LATIN_SMALL_LETTER_A_WITH_CIRCUMFLEX
Constant for the character of the same name, appears as 'â'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LATIN_SMALL_LETTER_A_WITH_TILDE

static final char LATIN_SMALL_LETTER_A_WITH_TILDE
Constant for the character of the same name, appears as 'ã'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LATIN_SMALL_LETTER_A_WITH_DIAERESIS

static final char LATIN_SMALL_LETTER_A_WITH_DIAERESIS
Constant for the character of the same name, appears as 'ä'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LATIN_SMALL_LETTER_A_WITH_RING_ABOVE

static final char LATIN_SMALL_LETTER_A_WITH_RING_ABOVE
Constant for the character of the same name, appears as 'å'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LATIN_SMALL_LETTER_AE

static final char LATIN_SMALL_LETTER_AE
Constant for the character of the same name, appears as 'æ'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LATIN_SMALL_LETTER_C_WITH_CEDILLA

static final char LATIN_SMALL_LETTER_C_WITH_CEDILLA
Constant for the character of the same name, appears as 'ç'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LATIN_SMALL_LETTER_E_WITH_GRAVE

static final char LATIN_SMALL_LETTER_E_WITH_GRAVE
Constant for the character of the same name, appears as 'è'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LATIN_SMALL_LETTER_E_WITH_ACUTE

static final char LATIN_SMALL_LETTER_E_WITH_ACUTE
Constant for the character of the same name, appears as 'é'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LATIN_SMALL_LETTER_E_WITH_CIRCUMFLEX

static final char LATIN_SMALL_LETTER_E_WITH_CIRCUMFLEX
Constant for the character of the same name, appears as 'ê'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LATIN_SMALL_LETTER_E_WITH_DIAERESIS

static final char LATIN_SMALL_LETTER_E_WITH_DIAERESIS
Constant for the character of the same name, appears as 'ë'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LATIN_SMALL_LETTER_I_WITH_GRAVE

static final char LATIN_SMALL_LETTER_I_WITH_GRAVE
Constant for the character of the same name, appears as 'ì'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LATIN_SMALL_LETTER_I_WITH_ACUTE

static final char LATIN_SMALL_LETTER_I_WITH_ACUTE
Constant for the character of the same name, appears as 'í'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LATIN_SMALL_LETTER_I_WITH_CIRCUMFLEX

static final char LATIN_SMALL_LETTER_I_WITH_CIRCUMFLEX
Constant for the character of the same name, appears as 'î'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LATIN_SMALL_LETTER_I_WITH_DIAERESIS

static final char LATIN_SMALL_LETTER_I_WITH_DIAERESIS
Constant for the character of the same name, appears as 'ï'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LATIN_SMALL_LETTER_ETH

static final char LATIN_SMALL_LETTER_ETH
Constant for the character of the same name, appears as 'ð'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LATIN_SMALL_LETTER_N_WITH_TILDE

static final char LATIN_SMALL_LETTER_N_WITH_TILDE
Constant for the character of the same name, appears as 'ñ'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LATIN_SMALL_LETTER_O_WITH_GRAVE

static final char LATIN_SMALL_LETTER_O_WITH_GRAVE
Constant for the character of the same name, appears as 'ò'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LATIN_SMALL_LETTER_O_WITH_ACUTE

static final char LATIN_SMALL_LETTER_O_WITH_ACUTE
Constant for the character of the same name, appears as 'ó'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LATIN_SMALL_LETTER_O_WITH_CIRCUMFLEX

static final char LATIN_SMALL_LETTER_O_WITH_CIRCUMFLEX
Constant for the character of the same name, appears as 'ô'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LATIN_SMALL_LETTER_O_WITH_TILDE

static final char LATIN_SMALL_LETTER_O_WITH_TILDE
Constant for the character of the same name, appears as 'õ'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LATIN_SMALL_LETTER_O_WITH_DIAERESIS

static final char LATIN_SMALL_LETTER_O_WITH_DIAERESIS
Constant for the character of the same name, appears as 'ö'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

DIVISION_SIGN

static final char DIVISION_SIGN
Constant for the character of the same name, appears as '÷'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LATIN_SMALL_LETTER_O_WITH_STROKE

static final char LATIN_SMALL_LETTER_O_WITH_STROKE
Constant for the character of the same name, appears as 'ø'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LATIN_SMALL_LETTER_U_WITH_GRAVE

static final char LATIN_SMALL_LETTER_U_WITH_GRAVE
Constant for the character of the same name, appears as 'ù'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LATIN_SMALL_LETTER_U_WITH_ACUTE

static final char LATIN_SMALL_LETTER_U_WITH_ACUTE
Constant for the character of the same name, appears as 'ú'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LATIN_SMALL_LETTER_U_WITH_CIRCUMFLEX

static final char LATIN_SMALL_LETTER_U_WITH_CIRCUMFLEX
Constant for the character of the same name, appears as 'û'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LATIN_SMALL_LETTER_U_WITH_DIAERESIS

static final char LATIN_SMALL_LETTER_U_WITH_DIAERESIS
Constant for the character of the same name, appears as 'ü'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LATIN_SMALL_LETTER_Y_WITH_ACUTE

static final char LATIN_SMALL_LETTER_Y_WITH_ACUTE
Constant for the character of the same name, appears as 'ý'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LATIN_SMALL_LETTER_THORN

static final char LATIN_SMALL_LETTER_THORN
Constant for the character of the same name, appears as 'þ'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LATIN_SMALL_LETTER_Y_WITH_DIAERESIS

static final char LATIN_SMALL_LETTER_Y_WITH_DIAERESIS
Constant for the character of the same name, appears as 'ÿ'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.7.0

LATIN_CAPITAL_LIGATURE_OE

static final char LATIN_CAPITAL_LIGATURE_OE
Constant for the character of the same name, appears as 'Œ'.

See Also:
Constant Field Values

LATIN_SMALL_LIGATURE_OE

static final char LATIN_SMALL_LIGATURE_OE
Constant for the character of the same name, appears as 'œ'.

See Also:
Constant Field Values

COMBINING_LOW_LINE

static final char COMBINING_LOW_LINE
Constant for the character used to indicate a shortcut key, appears as '?' or typically as an underscore.

See Also:
Constant Field Values
Since:
BlackBerry API 5.0.0

GREEK_CAPITAL_LETTER_GAMMA

static final char GREEK_CAPITAL_LETTER_GAMMA
Constant for the character of the same name, appears as '?'.

See Also:
Constant Field Values

GREEK_CAPITAL_LETTER_DELTA

static final char GREEK_CAPITAL_LETTER_DELTA
Constant for the character of the same name, appears as '?'.

See Also:
Constant Field Values

GREEK_CAPITAL_LETTER_THETA

static final char GREEK_CAPITAL_LETTER_THETA
Constant for the character of the same name, appears as '?'.

See Also:
Constant Field Values

GREEK_CAPITAL_LETTER_LAMDA

static final char GREEK_CAPITAL_LETTER_LAMDA
Constant for the character of the same name, appears as '?'.

See Also:
Constant Field Values

GREEK_CAPITAL_LETTER_XI

static final char GREEK_CAPITAL_LETTER_XI
Constant for the character of the same name, appears as '?'.

See Also:
Constant Field Values

GREEK_CAPITAL_LETTER_PI

static final char GREEK_CAPITAL_LETTER_PI
Constant for the character of the same name, appears as '?'.

See Also:
Constant Field Values

GREEK_CAPITAL_LETTER_SIGMA

static final char GREEK_CAPITAL_LETTER_SIGMA
Constant for the character of the same name, appears as '?'.

See Also:
Constant Field Values

GREEK_CAPITAL_LETTER_PHI

static final char GREEK_CAPITAL_LETTER_PHI
Constant for the character of the same name, appears as '?'.

See Also:
Constant Field Values

GREEK_CAPITAL_LETTER_PSI

static final char GREEK_CAPITAL_LETTER_PSI
Constant for the character of the same name, appears as '?'.

See Also:
Constant Field Values

GREEK_CAPITAL_LETTER_OMEGA

static final char GREEK_CAPITAL_LETTER_OMEGA
Constant for the character of the same name, appears as '?'.

See Also:
Constant Field Values

LEFT_TO_RIGHT_MARK

static final char LEFT_TO_RIGHT_MARK
Constant for the character of the same name, appears as '?'.

See Also:
Constant Field Values
Since:
BlackBerry API 4.5.0

RIGHT_TO_LEFT_MARK

static final char RIGHT_TO_LEFT_MARK
Constant for the character of the same name, appears as '?'.

See Also:
Constant Field Values
Since:
BlackBerry API 4.5.0

HAIR_SPACE

static final char HAIR_SPACE
Constant for the character of the same name, appears as '?'.

See Also:
Constant Field Values

ZERO_WIDTH_SPACE

static final char ZERO_WIDTH_SPACE
Constant for the character of the same name, appears as '?'.

See Also:
Constant Field Values

EM_DASH

static final char EM_DASH
Constant for the character of the same name, appears as '—'.

See Also:
Constant Field Values

LEFT_SINGLE_QUOTATION_MARK

static final char LEFT_SINGLE_QUOTATION_MARK
Constant for the character of the same name, appears as '‘'.

See Also:
Constant Field Values

RIGHT_SINGLE_QUOTATION_MARK

static final char RIGHT_SINGLE_QUOTATION_MARK
Constant for the character of the same name, appears as '’'.

See Also:
Constant Field Values

LEFT_DOUBLE_QUOTATION_MARK

static final char LEFT_DOUBLE_QUOTATION_MARK
Constant for the character of the same name, appears as '“'.

See Also:
Constant Field Values

RIGHT_DOUBLE_QUOTATION_MARK

static final char RIGHT_DOUBLE_QUOTATION_MARK
Constant for the character of the same name, appears as '”'.

See Also:
Constant Field Values

DAGGER

static final char DAGGER
Constant for the character of the same name, appears as '†'.

See Also:
Constant Field Values

DOUBLE_DAGGER

static final char DOUBLE_DAGGER
Constant for the character of the same name, appears as '‡'.

See Also:
Constant Field Values

BULLET

static final char BULLET
Constant for the character of the same name, appears as '•'.

See Also:
Constant Field Values

HORIZONTAL_ELLIPSIS

static final char HORIZONTAL_ELLIPSIS
Constant for the character of the same name, appears as '…'.

See Also:
Constant Field Values

LINE_SEPARATOR

static final char LINE_SEPARATOR
Constant for the character of the same name, appears as '?'.

See Also:
Constant Field Values
Since:
BlackBerry API 4.7.0

PARAGRAPH_SEPARATOR

static final char PARAGRAPH_SEPARATOR
Constant for the character of the same name, appears as '?'.

See Also:
Constant Field Values
Since:
BlackBerry API 4.7.0

LEFT_TO_RIGHT_EMBEDDING

static final char LEFT_TO_RIGHT_EMBEDDING
Constant for the character of the same name, appears as '?'.

See Also:
Constant Field Values
Since:
BlackBerry API 4.2.0

RIGHT_TO_LEFT_EMBEDDING

static final char RIGHT_TO_LEFT_EMBEDDING
Constant for the character of the same name, appears as '?'.

See Also:
Constant Field Values
Since:
BlackBerry API 4.2.0

POP_DIRECTIONAL_FORMATTING

static final char POP_DIRECTIONAL_FORMATTING
Constant for the character of the same name, appears as '?'.

See Also:
Constant Field Values
Since:
BlackBerry API 4.2.0

LEFT_TO_RIGHT_OVERRIDE

static final char LEFT_TO_RIGHT_OVERRIDE
Constant for the character of the same name, appears as '?'.

See Also:
Constant Field Values
Since:
BlackBerry API 4.2.0

RIGHT_TO_LEFT_OVERRIDE

static final char RIGHT_TO_LEFT_OVERRIDE
Constant for the character of the same name, appears as '?'.

See Also:
Constant Field Values
Since:
BlackBerry API 4.2.0

EURO_SIGN

static final char EURO_SIGN
Constant for the character of the same name, appears as '€'.

See Also:
Constant Field Values

TRADE_MARK_SIGN

static final char TRADE_MARK_SIGN
Constant for the character of the same name, appears as '™'.

See Also:
Constant Field Values

SMILE

static final char SMILE
Constant for the character of the same name, appears as '?'.

See Also:
Constant Field Values

BOX_DRAWINGS_LIGHT_VERTICAL

static final char BOX_DRAWINGS_LIGHT_VERTICAL
Constant for the character of the same name, appears as '?'.

See Also:
Constant Field Values

BOX_DRAWINGS_LIGHT_DOWN_AND_RIGHT

static final char BOX_DRAWINGS_LIGHT_DOWN_AND_RIGHT
Constant for the character of the same name, appears as '?'.

See Also:
Constant Field Values

BOX_DRAWINGS_LIGHT_UP_AND_RIGHT

static final char BOX_DRAWINGS_LIGHT_UP_AND_RIGHT
Constant for the character of the same name, appears as '?'.

See Also:
Constant Field Values

BLACK_SMALL_SQUARE

static final char BLACK_SMALL_SQUARE
Constant for the character of the same name, appears as '?'.

See Also:
Constant Field Values
Since:
BlackBerry API 4.2.0

BLACK_UP_POINTING_TRIANGLE

static final char BLACK_UP_POINTING_TRIANGLE
Constant for the character of the same name, appears as '?'.

See Also:
Constant Field Values

WHITE_UP_POINTING_TRIANGLE

static final char WHITE_UP_POINTING_TRIANGLE
Constant for the character of the same name, appears as '?'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.6.0

BLACK_UP_POINTING_SMALL_TRIANGLE

static final char BLACK_UP_POINTING_SMALL_TRIANGLE
Constant for the character of the same name, appears as '?'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.6.0

WHITE_UP_POINTING_SMALL_TRIANGLE

static final char WHITE_UP_POINTING_SMALL_TRIANGLE
Constant for the character of the same name, appears as '?'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.6.0

BLACK_RIGHT_POINTING_TRIANGLE

static final char BLACK_RIGHT_POINTING_TRIANGLE
Constant for the character of the same name, appears as '?'.

See Also:
Constant Field Values

WHITE_RIGHT_POINTING_TRIANGLE

static final char WHITE_RIGHT_POINTING_TRIANGLE
Constant for the character of the same name, appears as '?'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.6.0

BLACK_RIGHT_POINTING_SMALL_TRIANGLE

static final char BLACK_RIGHT_POINTING_SMALL_TRIANGLE
Constant for the character of the same name, appears as '?'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.6.0

WHITE_RIGHT_POINTING_SMALL_TRIANGLE

static final char WHITE_RIGHT_POINTING_SMALL_TRIANGLE
Constant for the character of the same name, appears as '?'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.6.0

BLACK_RIGHT_POINTING_POINTER

static final char BLACK_RIGHT_POINTING_POINTER
Constant for the character of the same name, appears as '?'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.6.0

WHITE_RIGHT_POINTING_POINTER

static final char WHITE_RIGHT_POINTING_POINTER
Constant for the character of the same name, appears as '?'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.6.0

BLACK_DOWN_POINTING_TRIANGLE

static final char BLACK_DOWN_POINTING_TRIANGLE
Constant for the character of the same name, appears as '?'.

See Also:
Constant Field Values

WHITE_DOWN_POINTING_TRIANGLE

static final char WHITE_DOWN_POINTING_TRIANGLE
Constant for the character of the same name, appears as '?'.

See Also:
Constant Field Values
Since:
BlackBerry API 4.2.1

BLACK_DOWN_POINTING_SMALL_TRIANGLE

static final char BLACK_DOWN_POINTING_SMALL_TRIANGLE
Constant for the character of the same name, appears as '?'.

See Also:
Constant Field Values
Since:
BlackBerry API 4.2.1

WHITE_DOWN_POINTING_SMALL_TRIANGLE

static final char WHITE_DOWN_POINTING_SMALL_TRIANGLE
Constant for the character of the same name, appears as '?'.

See Also:
Constant Field Values
Since:
BlackBerry API 4.2.1

BLACK_LEFT_POINTING_TRIANGLE

static final char BLACK_LEFT_POINTING_TRIANGLE
Constant for the character of the same name, appears as '?'.

See Also:
Constant Field Values

WHITE_LEFT_POINTING_TRIANGLE

static final char WHITE_LEFT_POINTING_TRIANGLE
Constant for the character of the same name, appears as '?'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.6.0

BLACK_LEFT_POINTING_SMALL_TRIANGLE

static final char BLACK_LEFT_POINTING_SMALL_TRIANGLE
Constant for the character of the same name, appears as '?'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.6.0

WHITE_LEFT_POINTING_SMALL_TRIANGLE

static final char WHITE_LEFT_POINTING_SMALL_TRIANGLE
Constant for the character of the same name, appears as '?'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.6.0

BLACK_LEFT_POINTING_POINTER

static final char BLACK_LEFT_POINTING_POINTER
Constant for the character of the same name, appears as '?'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.6.0

WHITE_LEFT_POINTING_POINTER

static final char WHITE_LEFT_POINTING_POINTER
Constant for the character of the same name, appears as '?'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.6.0

WHITE_BULLET

static final char WHITE_BULLET
Constant for the character of the same name, appears as '?'.

See Also:
Constant Field Values
Since:
BlackBerry API 4.2.0

BLACK_SUN_WITH_RAYS

static final char BLACK_SUN_WITH_RAYS
Constant for the character of the same name, appears as '?'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.6.0

CLOUD

static final char CLOUD
Constant for the character of the same name, appears as '?'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.6.0

UMBRELLA

static final char UMBRELLA
Constant for the character of the same name, appears as '?'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.6.0

SNOWMAN

static final char SNOWMAN
Constant for the character of the same name, appears as '?'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.6.0

LIGHTNING

static final char LIGHTNING
Constant for the character of the same name, appears as '?'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.6.0

BLACK_TELEPHONE

static final char BLACK_TELEPHONE
Constant for the character of the same name, appears as '?'.

See Also:
Constant Field Values

BALLOT_BOX

static final char BALLOT_BOX
Constant for the character of the same name, appears as '?'.

See Also:
Constant Field Values

BALLOT_BOX_WITH_CHECK

static final char BALLOT_BOX_WITH_CHECK
Constant for the character of the same name, appears as '?'.

See Also:
Constant Field Values

ARIES

static final char ARIES
Constant for the character of the same name, appears as '?'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.6.0

TAURUS

static final char TAURUS
Constant for the character of the same name, appears as '?'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.6.0

GEMINI

static final char GEMINI
Constant for the character of the same name, appears as '?'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.6.0

CANCER

static final char CANCER
Constant for the character of the same name, appears as '?'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.6.0

LEO

static final char LEO
Constant for the character of the same name, appears as '?'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.6.0

VIRGO

static final char VIRGO
Constant for the character of the same name, appears as '?'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.6.0

LIBRA

static final char LIBRA
Constant for the character of the same name, appears as '?'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.6.0

SCORPIUS

static final char SCORPIUS
Constant for the character of the same name, appears as '?'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.6.0

SAGITTARIUS

static final char SAGITTARIUS
Constant for the character of the same name, appears as '?'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.6.0

CAPRICORN

static final char CAPRICORN
Constant for the character of the same name, appears as '?'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.6.0

AQUARIUS

static final char AQUARIUS
Constant for the character of the same name, appears as '?'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.6.0

PISCES

static final char PISCES
Constant for the character of the same name, appears as '?'.

See Also:
Constant Field Values
Since:
BlackBerry API 3.6.0

BLACK_SPADE_SUIT

static final char BLACK_SPADE_SUIT
Constant for the character of the same name, appears as '?'.

See Also:
Constant Field Values

WHITE_HEART_SUIT

static final char WHITE_HEART_SUIT
Constant for the character of the same name, appears as '?'.

See Also:
Constant Field Values

WHITE_DIAMOND_SUIT

static final char WHITE_DIAMOND_SUIT
Constant for the character of the same name, appears as '?'.

See Also:
Constant Field Values

BLACK_CLUB_SUIT

static final char BLACK_CLUB_SUIT
Constant for the character of the same name, appears as '?'.

See Also:
Constant Field Values

WHITE_SPADE_SUIT

static final char WHITE_SPADE_SUIT
Constant for the character of the same name, appears as '?'.

See Also:
Constant Field Values

BLACK_HEART_SUIT

static final char BLACK_HEART_SUIT
Constant for the character of the same name, appears as '?'.

See Also:
Constant Field Values

BLACK_DIAMOND_SUIT

static final char BLACK_DIAMOND_SUIT
Constant for the character of the same name, appears as '?'.

See Also:
Constant Field Values

WHITE_CLUB_SUIT

static final char WHITE_CLUB_SUIT
Constant for the character of the same name, appears as '?'.

See Also:
Constant Field Values

TELEPHONE_LOCATION_SIGN

static final char TELEPHONE_LOCATION_SIGN
Constant for the character of the same name, appears as '?'.

See Also:
Constant Field Values

ENVELOPE

static final char ENVELOPE
Constant for the character of the same name, appears as '?'.

See Also:
Constant Field Values

CHECK_MARK

static final char CHECK_MARK
Constant for the character of the same name, appears as '?'.

See Also:
Constant Field Values

BALLOT_X

static final char BALLOT_X
Constant for the character of the same name, appears as '?'.

See Also:
Constant Field Values

IDEOGRAPHIC_SPACE

static final char IDEOGRAPHIC_SPACE
Constant for the character of the same name, appears as '?'.

See Also:
Constant Field Values
Since:
BlackBerry API 4.3.0

IDEOGRAPHIC_FULL_STOP

static final char IDEOGRAPHIC_FULL_STOP
Constant for the character of the same name, appears as '?'.

See Also:
Constant Field Values
Since:
BlackBerry API 4.2.1

OBJECT_REPLACEMENT_CHARACTER

static final char OBJECT_REPLACEMENT_CHARACTER
Constant for the character of the same name, appears as '?'. This internal since not all fonts will render this correctly.

See Also:
Constant Field Values
Since:
BlackBerry API 4.1.0





Copyright 1999-2011 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Java is a trademark of Oracle America Inc. in the US and other countries.
Legal