Uses of Class
org.eclipse.jface.bindings.keys.KeySequence
Packages that use KeySequence
Package
Description
Provides support for bindings between commands and keys.
Provides support for formatting key sequences.
Provides a content assist add-on for an
ITextViewer.Provides support for integrating keys into the Eclipse workbench.
-
Uses of KeySequence in org.eclipse.e4.ui.bindings.keys
Methods in org.eclipse.e4.ui.bindings.keys that return KeySequence -
Uses of KeySequence in org.eclipse.jface.bindings.keys
Methods in org.eclipse.jface.bindings.keys that return KeySequenceModifier and TypeMethodDescriptionstatic final KeySequenceKeySequence.getInstance()Gets an instance ofKeySequence.static final KeySequenceKeySequence.getInstance(String string) Creates an instance ofKeySequenceby parsing a given formal string representation.static final KeySequenceKeySequence.getInstance(List<KeyStroke> keyStrokes) Creates an instance ofKeySequencegiven a list of key strokes.static final KeySequenceKeySequence.getInstance(KeySequence keySequence, KeyStroke keyStroke) Creates an instance ofKeySequencegiven a key sequence and a key stroke.static final KeySequenceKeySequence.getInstance(KeyStroke keyStroke) Creates an instance ofKeySequencegiven a single key stroke.static final KeySequenceKeySequence.getInstance(KeyStroke[] keyStrokes) Creates an instance ofKeySequencegiven an array of key strokes.final KeySequenceKeyBinding.getKeySequence()Returns the key sequence which triggers this binding.KeySequenceText.getKeySequence()An accessor for theKeySequencethat corresponds to the current state of the text field.Methods in org.eclipse.jface.bindings.keys with parameters of type KeySequenceModifier and TypeMethodDescriptionprotected final voidKeySequenceText.firePropertyChangeEvent(KeySequence oldKeySequence) Fires a property change event to all of the listeners.static final KeySequenceKeySequence.getInstance(KeySequence keySequence, KeyStroke keyStroke) Creates an instance ofKeySequencegiven a key sequence and a key stroke.voidKeySequenceText.setKeySequence(KeySequence newKeySequence) A mutator for the key sequence stored within this widget.Constructors in org.eclipse.jface.bindings.keys with parameters of type KeySequenceModifierConstructorDescriptionKeyBinding(KeySequence keySequence, ParameterizedCommand command, String schemeId, String contextId, String locale, String platform, String windowManager, int type) Constructs a new instance ofKeyBinding. -
Uses of KeySequence in org.eclipse.jface.bindings.keys.formatting
Methods in org.eclipse.jface.bindings.keys.formatting with parameters of type KeySequenceModifier and TypeMethodDescriptionAbstractKeyFormatter.format(KeySequence keySequence) IKeyFormatter.format(KeySequence keySequence) Format the given key sequence into a string. -
Uses of KeySequence in org.eclipse.jface.text.contentassist
Methods in org.eclipse.jface.text.contentassist with parameters of type KeySequenceModifier and TypeMethodDescriptionvoidContentAssistant.setRepeatedInvocationTrigger(KeySequence sequence) voidIContentAssistantExtension3.setRepeatedInvocationTrigger(KeySequence sequence) Sets the key sequence to listen for in repeated invocation mode. -
Uses of KeySequence in org.eclipse.ui.keys
Methods in org.eclipse.ui.keys with parameters of type KeySequenceModifier and TypeMethodDescriptionstatic KeySequenceKeySequence.getInstance(KeySequence newKeySequence) Deprecated, for removal: This API element is subject to removal in a future version.Gets an instance ofKeySequencegiven a new-style key sequence.