Uses of Class
org.eclipse.ui.keys.KeyStroke
Packages that use KeyStroke
Package
Description
Provides support for integrating keys into the Eclipse workbench.
-
Uses of KeyStroke in org.eclipse.ui.keys
Methods in org.eclipse.ui.keys that return KeyStrokeModifier and TypeMethodDescriptionstatic KeyStrokeSWTKeySupport.convertAcceleratorToKeyStroke(int accelerator) Deprecated.static KeyStrokeKeyStroke.getInstance(String string) Deprecated.static KeyStrokeKeyStroke.getInstance(SortedSet modifierKeys, NaturalKey naturalKey) Deprecated.static KeyStrokeKeyStroke.getInstance(ModifierKey[] modifierKeys, NaturalKey naturalKey) Deprecated.static KeyStrokeKeyStroke.getInstance(ModifierKey modifierKey, NaturalKey naturalKey) Deprecated.static KeyStrokeKeyStroke.getInstance(NaturalKey naturalKey) Deprecated.Methods in org.eclipse.ui.keys with parameters of type KeyStrokeModifier and TypeMethodDescriptionstatic intSWTKeySupport.convertKeyStrokeToAccelerator(KeyStroke keyStroke) Deprecated.Deprecated.static KeySequenceKeySequence.getInstance(KeySequence keySequence, KeyStroke keyStroke) Deprecated.static KeySequenceKeySequence.getInstance(KeyStroke keyStroke) Deprecated.static KeySequenceKeySequence.getInstance(KeyStroke[] keyStrokes) Deprecated.