Uses of Class
org.eclipse.ui.keys.SpecialKey

Packages that use SpecialKey
Package
Description
Provides support for integrating keys into the Eclipse workbench.
  • Uses of SpecialKey in org.eclipse.ui.keys

    Fields in org.eclipse.ui.keys declared as SpecialKey
    Modifier and Type
    Field
    Description
    static final SpecialKey
    SpecialKey.ARROW_DOWN
    Deprecated.
    The single static instance of SpecialKey which represents the 'Arrow Down' key.
    static final SpecialKey
    SpecialKey.ARROW_LEFT
    Deprecated.
    The single static instance of SpecialKey which represents the 'Arrow Left' key.
    static final SpecialKey
    SpecialKey.ARROW_RIGHT
    Deprecated.
    The single static instance of SpecialKey which represents the 'Arrow Right' key.
    static final SpecialKey
    SpecialKey.ARROW_UP
    Deprecated.
    The single static instance of SpecialKey which represents the 'Arrow Up' key.
    static final SpecialKey
    SpecialKey.BREAK
    Deprecated.
    The single static instance of SpecialKey which represents the 'Break' key.
    static final SpecialKey
    SpecialKey.CAPS_LOCK
    Deprecated.
    The single static instance of SpecialKey which represents the 'Caps Lock' key.
    static final SpecialKey
    SpecialKey.END
    Deprecated.
    The single static instance of SpecialKey which represents the 'End' key.
    static final SpecialKey
    SpecialKey.F1
    Deprecated.
    The single static instance of SpecialKey which represents the 'F1' key.
    static final SpecialKey
    SpecialKey.F10
    Deprecated.
    The single static instance of SpecialKey which represents the 'F10' key.
    static final SpecialKey
    SpecialKey.F11
    Deprecated.
    The single static instance of SpecialKey which represents the 'F11' key.
    static final SpecialKey
    SpecialKey.F12
    Deprecated.
    The single static instance of SpecialKey which represents the 'F12' key.
    static final SpecialKey
    SpecialKey.F13
    Deprecated.
    The single static instance of SpecialKey which represents the 'F13' key.
    static final SpecialKey
    SpecialKey.F14
    Deprecated.
    The single static instance of SpecialKey which represents the 'F14' key.
    static final SpecialKey
    SpecialKey.F15
    Deprecated.
    The single static instance of SpecialKey which represents the 'F15' key.
    static final SpecialKey
    SpecialKey.F2
    Deprecated.
    The single static instance of SpecialKey which represents the 'F2' key.
    static final SpecialKey
    SpecialKey.F3
    Deprecated.
    The single static instance of SpecialKey which represents the 'F3' key.
    static final SpecialKey
    SpecialKey.F4
    Deprecated.
    The single static instance of SpecialKey which represents the 'F4' key.
    static final SpecialKey
    SpecialKey.F5
    Deprecated.
    The single static instance of SpecialKey which represents the 'F5' key.
    static final SpecialKey
    SpecialKey.F6
    Deprecated.
    The single static instance of SpecialKey which represents the 'F6' key.
    static final SpecialKey
    SpecialKey.F7
    Deprecated.
    The single static instance of SpecialKey which represents the 'F7' key.
    static final SpecialKey
    SpecialKey.F8
    Deprecated.
    The single static instance of SpecialKey which represents the 'F8' key.
    static final SpecialKey
    SpecialKey.F9
    Deprecated.
    The single static instance of SpecialKey which represents the 'F9' key.
    static final SpecialKey
    SpecialKey.HOME
    Deprecated.
    The single static instance of SpecialKey which represents the 'Home' key.
    static final SpecialKey
    SpecialKey.INSERT
    Deprecated.
    The single static instance of SpecialKey which represents the 'Insert' key.
    static final SpecialKey
    SpecialKey.NUM_LOCK
    Deprecated.
    The single static instance of SpecialKey which represents the 'NumLock' key.
    static final SpecialKey
    SpecialKey.NUMPAD_0
    Deprecated.
    The single static instance of SpecialKey which represents the '0' key on the numpad.
    static final SpecialKey
    SpecialKey.NUMPAD_1
    Deprecated.
    The single static instance of SpecialKey which represents the '1' key on the numpad.
    static final SpecialKey
    SpecialKey.NUMPAD_2
    Deprecated.
    The single static instance of SpecialKey which represents the '2' key on the numpad.
    static final SpecialKey
    SpecialKey.NUMPAD_3
    Deprecated.
    The single static instance of SpecialKey which represents the '3' key on the numpad.
    static final SpecialKey
    SpecialKey.NUMPAD_4
    Deprecated.
    The single static instance of SpecialKey which represents the '4' key on the numpad.
    static final SpecialKey
    SpecialKey.NUMPAD_5
    Deprecated.
    The single static instance of SpecialKey which represents the '5' key on the numpad.
    static final SpecialKey
    SpecialKey.NUMPAD_6
    Deprecated.
    The single static instance of SpecialKey which represents the '6' key on the numpad.
    static final SpecialKey
    SpecialKey.NUMPAD_7
    Deprecated.
    The single static instance of SpecialKey which represents the '7' key on the numpad.
    static final SpecialKey
    SpecialKey.NUMPAD_8
    Deprecated.
    The single static instance of SpecialKey which represents the '8' key on the numpad.
    static final SpecialKey
    SpecialKey.NUMPAD_9
    Deprecated.
    The single static instance of SpecialKey which represents the '9' key on the numpad.
    static final SpecialKey
    SpecialKey.NUMPAD_ADD
    Deprecated.
    The single static instance of SpecialKey which represents the 'Add' key on the numpad.
    static final SpecialKey
    SpecialKey.NUMPAD_DECIMAL
    Deprecated.
    The single static instance of SpecialKey which represents the 'Decimal' key on the numpad.
    static final SpecialKey
    SpecialKey.NUMPAD_DIVIDE
    Deprecated.
    The single static instance of SpecialKey which represents the 'Divide' key on the numpad.
    static final SpecialKey
    SpecialKey.NUMPAD_ENTER
    Deprecated.
    The single static instance of SpecialKey which represents the 'Enter' key on the numpad.
    static final SpecialKey
    SpecialKey.NUMPAD_EQUAL
    Deprecated.
    The single static instance of SpecialKey which represents the '=' key on the numpad.
    static final SpecialKey
    SpecialKey.NUMPAD_MULTIPLY
    Deprecated.
    The single static instance of SpecialKey which represents the 'Multiply' key on the numpad.
    static final SpecialKey
    SpecialKey.NUMPAD_SUBTRACT
    Deprecated.
    The single static instance of SpecialKey which represents the 'Subtract' key on the numpad.
    static final SpecialKey
    SpecialKey.PAGE_DOWN
    Deprecated.
    The single static instance of SpecialKey which represents the 'Page Down' key.
    static final SpecialKey
    SpecialKey.PAGE_UP
    Deprecated.
    The single static instance of SpecialKey which represents the 'Page Up' key.
    static final SpecialKey
    SpecialKey.PAUSE
    Deprecated.
    The single static instance of SpecialKey which represents the 'Pause' key.
    static final SpecialKey
    SpecialKey.PRINT_SCREEN
    Deprecated.
    The single static instance of SpecialKey which represents the 'Print Screen' key.
    static final SpecialKey
    SpecialKey.SCROLL_LOCK
    Deprecated.
    The single static instance of SpecialKey which represents the 'Scroll Lock' key.