Uses of Class
org.eclipse.ui.keys.KeySequence
Packages that use KeySequence
Package
Description
Provides support for retrieving information on Commands from the workbench.
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 KeySequenceMethods in org.eclipse.ui.commands with parameters of type KeySequenceModifier and TypeMethodDescriptionICommandManager.getPartialMatches(KeySequence keySequence) Deprecated.ICommandManager.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 KeySequenceModifier and TypeMethodDescriptionstatic 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 KeySequenceModifier and TypeMethodDescriptionbooleanKeySequence.endsWith(KeySequence keySequence, boolean equals) Deprecated.Returns whether or not this key sequence ends with the given key sequence.IKeyFormatter.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.