Uses of Class
org.eclipse.ui.keys.CharacterKey
Package
Description
Provides support for integrating keys into the Eclipse workbench.
-
Uses of CharacterKey in org.eclipse.ui.keys
Modifier and TypeFieldDescriptionstatic final CharacterKey
CharacterKey.BS
Deprecated, for removal: This API element is subject to removal in a future version.The single static instance ofCharacterKey
which represents the backspace key (U+0008).static final CharacterKey
CharacterKey.CR
Deprecated, for removal: This API element is subject to removal in a future version.The single static instance ofCharacterKey
which represents the carriage return (U+000D) keystatic final CharacterKey
CharacterKey.DEL
Deprecated, for removal: This API element is subject to removal in a future version.The single static instance ofCharacterKey
which represents the delete (U+007F) key.static final CharacterKey
CharacterKey.ESC
Deprecated, for removal: This API element is subject to removal in a future version.The single static instance ofCharacterKey
which represents the escape (U+001B) key.static final CharacterKey
CharacterKey.FF
Deprecated, for removal: This API element is subject to removal in a future version.The single static instance ofCharacterKey
which represents the form feed (U+000C) key.static final CharacterKey
CharacterKey.LF
Deprecated, for removal: This API element is subject to removal in a future version.The single static instance ofCharacterKey
which represents the line feed (U+000A) key.static final CharacterKey
CharacterKey.NUL
Deprecated, for removal: This API element is subject to removal in a future version.The single static instance ofCharacterKey
which represents the null (U+0000) key.static final CharacterKey
CharacterKey.SPACE
Deprecated, for removal: This API element is subject to removal in a future version.The single static instance ofCharacterKey
which represents the space (U+0020) key.static final CharacterKey
CharacterKey.TAB
Deprecated, for removal: This API element is subject to removal in a future version.The single static instance ofCharacterKey
which represents the tab (U+0009) key.static final CharacterKey
CharacterKey.VT
Deprecated, for removal: This API element is subject to removal in a future version.The single static instance ofCharacterKey
which represents the vertical tab (U+000B) key.Modifier and TypeMethodDescriptionstatic CharacterKey
CharacterKey.getInstance
(char character) Deprecated, for removal: This API element is subject to removal in a future version.Creates an instance ofCharacterKey
given a unicode character.