Uses of Class
org.eclipse.ui.keys.KeySequence
Package
Description
Provides support for integrating keys into the Eclipse workbench.
-
Uses of KeySequence in org.eclipse.ui.keys
Modifier and TypeMethodDescriptionstatic KeySequence
KeySequence.getInstance()
Deprecated, for removal: This API element is subject to removal in a future version.Gets an instance ofKeySequence
.static KeySequence
KeySequence.getInstance
(String string) Deprecated, for removal: This API element is subject to removal in a future version.Gets an instance ofKeySequence
by parsing a given a formal string representation.static KeySequence
KeySequence.getInstance
(List keyStrokes) Deprecated, for removal: This API element is subject to removal in a future version.Gets an instance ofKeySequence
given a list of key strokes.static KeySequence
KeySequence.getInstance
(KeySequence newKeySequence) Deprecated, for removal: This API element is subject to removal in a future version.Gets an instance ofKeySequence
given a new-style key sequence.static KeySequence
KeySequence.getInstance
(KeySequence keySequence, KeyStroke keyStroke) Deprecated, for removal: This API element is subject to removal in a future version.Gets an instance ofKeySequence
given a key sequence and a key stroke.static KeySequence
KeySequence.getInstance
(KeyStroke keyStroke) Deprecated, for removal: This API element is subject to removal in a future version.Gets an instance ofKeySequence
given a single key stroke.static KeySequence
KeySequence.getInstance
(KeyStroke[] keyStrokes) Deprecated, for removal: This API element is subject to removal in a future version.Gets an instance ofKeySequence
given an array of key strokes.Modifier and TypeMethodDescriptionboolean
KeySequence.endsWith
(KeySequence keySequence, boolean equals) Deprecated, for removal: This API element is subject to removal in a future version.Returns whether or not this key sequence ends with the given key sequence.IKeyFormatter.format
(KeySequence keySequence) Deprecated, for removal: This API element is subject to removal in a future version.Format the given key sequence into a string.static KeySequence
KeySequence.getInstance
(KeySequence keySequence, KeyStroke keyStroke) Deprecated, for removal: This API element is subject to removal in a future version.Gets an instance ofKeySequence
given a key sequence and a key stroke.boolean
KeySequence.startsWith
(KeySequence keySequence, boolean equals) Deprecated, for removal: This API element is subject to removal in a future version.Returns whether or not this key sequence starts with the given key sequence.