| Modifier and Type | Field and Description |
|---|---|
static Control |
CTRL_DOWN |
static Control |
CTRL_LEFT |
static Control |
CTRL_RIGHT |
static Control |
CTRL_UP |
static Control |
CURSOR_ERASE |
static Control |
CURSOR_RESTORE |
static Control |
CURSOR_SAVE |
static Control |
DELETE |
static Control |
DOWN |
static Control |
DPAD_MID |
static Control |
END |
static Control |
F1 |
static Control |
F2 |
static Control |
F3 |
static Control |
F4 |
static Control |
F5 |
static Control |
F6 |
static Control |
F7 |
static Control |
F8 |
static Control |
F9 |
static Control |
HOME |
static Control |
INSERT |
static Control |
LEFT |
static Control |
PAGE_DOWN |
static Control |
PAGE_UP |
static Control |
RIGHT |
static Control |
UP |
| Constructor and Description |
|---|
Control(CharSequence str) |
| Modifier and Type | Method and Description |
|---|---|
int |
codepoint()
Unicode codepoint representing this character.
|
boolean |
equals(Object o) |
int |
hashCode() |
int |
length()
Number of utf-16 characters that this character takes up if enclosed
in a java string.
|
int |
printableWidth()
The number of character spaces taken up by this symbol.
|
String |
toString() |
public static final Control UP
public static final Control DOWN
public static final Control RIGHT
public static final Control LEFT
public static final Control CTRL_UP
public static final Control CTRL_DOWN
public static final Control CTRL_RIGHT
public static final Control CTRL_LEFT
public static final Control CURSOR_ERASE
public static final Control CURSOR_SAVE
public static final Control CURSOR_RESTORE
public static final Control DPAD_MID
public static final Control INSERT
public static final Control DELETE
public static final Control HOME
public static final Control END
public static final Control PAGE_UP
public static final Control PAGE_DOWN
public static final Control F1
public static final Control F2
public static final Control F3
public static final Control F4
public static final Control F5
public static final Control F6
public static final Control F7
public static final Control F8
public static final Control F9
public Control(CharSequence str)
public int codepoint()
Charpublic int printableWidth()
CharprintableWidth in interface Charpublic int length()
CharCopyright © 2016. All rights reserved.