Package org.eclipse.ui.keys
Class ModifierKey
- java.lang.Object
-
- org.eclipse.ui.keys.Key
-
- org.eclipse.ui.keys.ModifierKey
-
- All Implemented Interfaces:
Comparable
@Deprecated public final class ModifierKey extends Key
Deprecated.Please use org.eclipse.jface.bindings.keys.KeyStroke and org.eclipse.jface.bindings.keys.KeyLookupFactoryInstances of
ModifierKeyrepresent the four keys on the keyboard recognized by convention as 'modifier keys', those keys typically pressed in combination with themselves and/or aNaturalKey.ModifierKeyobjects are immutable. Clients are not permitted to extend this class.- Since:
- 3.0
- See Also:
NaturalKey
-
-
Field Summary
Fields Modifier and Type Field Description static ModifierKeyALTDeprecated.The single static instance ofModifierKeywhich represents the 'Alt' key.static ModifierKeyCOMMANDDeprecated.The single static instance ofModifierKeywhich represents the 'Command' key.static ModifierKeyCTRLDeprecated.The single static instance ofModifierKeywhich represents the 'Ctrl' key.static ModifierKeySHIFTDeprecated.The single static instance ofModifierKeywhich represents the 'Shift' key.
-
-
-
Field Detail
-
ALT
public static final ModifierKey ALT
Deprecated.The single static instance ofModifierKeywhich represents the 'Alt' key.
-
COMMAND
public static final ModifierKey COMMAND
Deprecated.The single static instance ofModifierKeywhich represents the 'Command' key.
-
CTRL
public static final ModifierKey CTRL
Deprecated.The single static instance ofModifierKeywhich represents the 'Ctrl' key.
-
SHIFT
public static final ModifierKey SHIFT
Deprecated.The single static instance ofModifierKeywhich represents the 'Shift' key.
-
-