Uses of Class
org.eclipse.ui.keys.CharacterKey
Packages that use CharacterKey
Package
Description
Provides support for integrating keys into the Eclipse workbench.
-
Uses of CharacterKey in org.eclipse.ui.keys
Fields in org.eclipse.ui.keys declared as CharacterKeyModifier and TypeFieldDescriptionstatic final CharacterKeyCharacterKey.BSDeprecated.The single static instance ofCharacterKeywhich represents the backspace key (U+0008).static final CharacterKeyCharacterKey.CRDeprecated.The single static instance ofCharacterKeywhich represents the carriage return (U+000D) keystatic final CharacterKeyCharacterKey.DELDeprecated.The single static instance ofCharacterKeywhich represents the delete (U+007F) key.static final CharacterKeyCharacterKey.ESCDeprecated.The single static instance ofCharacterKeywhich represents the escape (U+001B) key.static final CharacterKeyCharacterKey.FFDeprecated.The single static instance ofCharacterKeywhich represents the form feed (U+000C) key.static final CharacterKeyCharacterKey.LFDeprecated.The single static instance ofCharacterKeywhich represents the line feed (U+000A) key.static final CharacterKeyCharacterKey.NULDeprecated.The single static instance ofCharacterKeywhich represents the null (U+0000) key.static final CharacterKeyCharacterKey.SPACEDeprecated.The single static instance ofCharacterKeywhich represents the space (U+0020) key.static final CharacterKeyCharacterKey.TABDeprecated.The single static instance ofCharacterKeywhich represents the tab (U+0009) key.static final CharacterKeyCharacterKey.VTDeprecated.The single static instance ofCharacterKeywhich represents the vertical tab (U+000B) key.Methods in org.eclipse.ui.keys that return CharacterKeyModifier and TypeMethodDescriptionstatic CharacterKeyCharacterKey.getInstance(char character) Deprecated.Creates an instance ofCharacterKeygiven a unicode character.