Uses of Class
org.eclipse.ui.keys.KeySequence
-
Packages that use KeySequence Package Description org.eclipse.ui.commands Provides support for retrieving information on Commands from the workbench.org.eclipse.ui.keys Provides support for integrating keys into the Eclipse workbench. -
-
Uses of KeySequence in org.eclipse.ui.commands
Methods in org.eclipse.ui.commands that return KeySequence Modifier and Type Method Description KeySequenceIKeySequenceBinding. getKeySequence()Deprecated.Methods in org.eclipse.ui.commands with parameters of type KeySequence Modifier and Type Method Description MapICommandManager. getPartialMatches(KeySequence keySequence)Deprecated.StringICommandManager. getPerfectMatch(KeySequence keySequence)Deprecated.booleanICommandManager. isPartialMatch(KeySequence keySequence)Deprecated.booleanICommandManager. isPerfectMatch(KeySequence keySequence)Deprecated. -
Uses of KeySequence in org.eclipse.ui.keys
Methods in org.eclipse.ui.keys that return KeySequence Modifier and Type Method Description static KeySequenceKeySequence. getInstance()Deprecated.Gets an instance ofKeySequence.static KeySequenceKeySequence. getInstance(String string)Deprecated.Gets an instance ofKeySequenceby parsing a given a formal string representation.static KeySequenceKeySequence. getInstance(List keyStrokes)Deprecated.Gets an instance ofKeySequencegiven a list of key strokes.static KeySequenceKeySequence. getInstance(KeySequence newKeySequence)Deprecated.Gets an instance ofKeySequencegiven a new-style key sequence.static KeySequenceKeySequence. getInstance(KeySequence keySequence, KeyStroke keyStroke)Deprecated.Gets an instance ofKeySequencegiven a key sequence and a key stroke.static KeySequenceKeySequence. getInstance(KeyStroke keyStroke)Deprecated.Gets an instance ofKeySequencegiven a single key stroke.static KeySequenceKeySequence. getInstance(KeyStroke[] keyStrokes)Deprecated.Gets an instance ofKeySequencegiven an array of key strokes.Methods in org.eclipse.ui.keys with parameters of type KeySequence Modifier and Type Method Description booleanKeySequence. endsWith(KeySequence keySequence, boolean equals)Deprecated.Returns whether or not this key sequence ends with the given key sequence.StringIKeyFormatter. format(KeySequence keySequence)Deprecated.Format the given key sequence into a string.static KeySequenceKeySequence. getInstance(KeySequence keySequence, KeyStroke keyStroke)Deprecated.Gets an instance ofKeySequencegiven a key sequence and a key stroke.booleanKeySequence. startsWith(KeySequence keySequence, boolean equals)Deprecated.Returns whether or not this key sequence starts with the given key sequence.
-