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, for removal: This API element is subject to removal in a future version.
Please use org.eclipse.jface.bindings.keys.KeyStroke and
             org.eclipse.jface.bindings.keys.KeyLookupFactory
 Instances of ModifierKey represent the four keys on the keyboard
 recognized by convention as 'modifier keys', those keys typically pressed in
 combination with themselves and/or a NaturalKey.
 
 ModifierKey objects are immutable. Clients are not permitted to
 extend this class.
 
- Since:
- 3.0
- See Also:
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final ModifierKeyDeprecated, for removal: This API element is subject to removal in a future version.The single static instance ofModifierKeywhich represents the 'Alt' key.static final ModifierKeyDeprecated, for removal: This API element is subject to removal in a future version.The single static instance ofModifierKeywhich represents the 'Command' key.static final ModifierKeyDeprecated, for removal: This API element is subject to removal in a future version.The single static instance ofModifierKeywhich represents the 'Ctrl' key.static final ModifierKeyDeprecated, for removal: This API element is subject to removal in a future version.The single static instance ofModifierKeywhich represents the 'Shift' key.
- 
Method Summary
- 
Field Details- 
ALTDeprecated, for removal: This API element is subject to removal in a future version.The single static instance ofModifierKeywhich represents the 'Alt' key.
- 
COMMANDDeprecated, for removal: This API element is subject to removal in a future version.The single static instance ofModifierKeywhich represents the 'Command' key.
- 
CTRLDeprecated, for removal: This API element is subject to removal in a future version.The single static instance ofModifierKeywhich represents the 'Ctrl' key.
- 
SHIFTDeprecated, for removal: This API element is subject to removal in a future version.The single static instance ofModifierKeywhich represents the 'Shift' key.
 
-