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 CharacterKey
    Modifier and Type
    Field
    Description
    static final CharacterKey
    CharacterKey.BS
    Deprecated.
    The single static instance of CharacterKey which represents the backspace key (U+0008).
    static final CharacterKey
    CharacterKey.CR
    Deprecated.
    The single static instance of CharacterKey which represents the carriage return (U+000D) key
    static final CharacterKey
    CharacterKey.DEL
    Deprecated.
    The single static instance of CharacterKey which represents the delete (U+007F) key.
    static final CharacterKey
    CharacterKey.ESC
    Deprecated.
    The single static instance of CharacterKey which represents the escape (U+001B) key.
    static final CharacterKey
    CharacterKey.FF
    Deprecated.
    The single static instance of CharacterKey which represents the form feed (U+000C) key.
    static final CharacterKey
    CharacterKey.LF
    Deprecated.
    The single static instance of CharacterKey which represents the line feed (U+000A) key.
    static final CharacterKey
    CharacterKey.NUL
    Deprecated.
    The single static instance of CharacterKey which represents the null (U+0000) key.
    static final CharacterKey
    CharacterKey.SPACE
    Deprecated.
    The single static instance of CharacterKey which represents the space (U+0020) key.
    static final CharacterKey
    CharacterKey.TAB
    Deprecated.
    The single static instance of CharacterKey which represents the tab (U+0009) key.
    static final CharacterKey
    CharacterKey.VT
    Deprecated.
    The single static instance of CharacterKey which represents the vertical tab (U+000B) key.
    Methods in org.eclipse.ui.keys that return CharacterKey
    Modifier and Type
    Method
    Description
    CharacterKey.getInstance(char character)
    Deprecated.
    Creates an instance of CharacterKey given a unicode character.