|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CharacterKey
A Key instance that has a corresponding 16-bit
char representation in Java (e.g. 'a', 'b', 'c', '1', '2','3' etc).
NOTE: as this interface is based on a single 16-bit Java char, it only supports characters from
the Basic Multilingual Plane (BMP) and NOT the supplementary characters as explained
in the Character class documentation.
| Method Summary | |
|---|---|
char |
codeUnit()
Char (a code unit) representation of the character entered by this key |
String |
string()
String representation of the character entered by this key |
| Method Detail |
|---|
String string()
char codeUnit()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||