|
Eclipse Platform Release 3.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.ui.keys.Key
org.eclipse.ui.keys.NaturalKey
org.eclipse.ui.keys.CharacterKey
Instances of CharacterKey represent keys on the keyboard which represent unicode characters.
CharacterKey objects are immutable. Clients are not permitted to extend this class.
Field Summary | |
static CharacterKey | BS
The single static instance of CharacterKey which represents the backspace key (U+0008). |
static CharacterKey | CR
The single static instance of CharacterKey which represents the carriage return (U+000D) key |
static CharacterKey | DEL
The single static instance of CharacterKey which represents the delete (U+007F) key. |
static CharacterKey | ESC
The single static instance of CharacterKey which represents the escape (U+001B) key. |
static CharacterKey | FF
The single static instance of CharacterKey which represents the form feed (U+000C) key. |
static CharacterKey | LF
The single static instance of CharacterKey which represents the line feed (U+000A) key. |
static CharacterKey | NUL
The single static instance of CharacterKey which represents the null (U+0000) key. |
static CharacterKey | SPACE
The single static instance of CharacterKey which represents the space (U+0020) key. |
static CharacterKey | TAB
The single static instance of CharacterKey which represents the tab (U+0009) key. |
static CharacterKey | VT
The single static instance of CharacterKey which represents the vertical tab (U+000B) key. |
Fields inherited from class org.eclipse.ui.keys.Key |
name |
Method Summary | |
char | getCharacter()
Gets the character that this object represents. |
static CharacterKey | getInstance(char character)
Creates an instance of CharacterKey given a unicode character. |
Methods inherited from class org.eclipse.ui.keys.Key |
compareTo, equals, hashCode, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final CharacterKey BS
public static final CharacterKey CR
public static final CharacterKey DEL
public static final CharacterKey ESC
public static final CharacterKey FF
public static final CharacterKey LF
public static final CharacterKey NUL
public static final CharacterKey SPACE
public static final CharacterKey TAB
public static final CharacterKey VT
Method Detail |
public static CharacterKey getInstance(char character)
public char getCharacter()
|
Eclipse Platform Release 3.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.