Package | Description |
---|---|
org.eclipse.jface.bindings.keys |
Provides support for bindings between commands and keys.
|
org.eclipse.jface.bindings.keys.formatting |
Provides support for formatting key sequences.
|
org.eclipse.jface.text.contentassist |
Provides a content assist add-on for an ITextViewer.
|
org.eclipse.ui.keys |
Provides support for integrating keys into the Eclipse workbench.
|
Modifier and Type | Method and Description |
---|---|
static KeySequence |
KeySequence.getInstance()
Gets an instance of
KeySequence . |
static KeySequence |
KeySequence.getInstance(KeySequence keySequence,
KeyStroke keyStroke)
Creates an instance of
KeySequence given a key sequence
and a key stroke. |
static KeySequence |
KeySequence.getInstance(KeyStroke keyStroke)
Creates an instance of
KeySequence given a single key
stroke. |
static KeySequence |
KeySequence.getInstance(KeyStroke[] keyStrokes)
Creates an instance of
KeySequence given an array of key
strokes. |
static KeySequence |
KeySequence.getInstance(List keyStrokes)
Creates an instance of
KeySequence given a list of key
strokes. |
static KeySequence |
KeySequence.getInstance(String string)
Creates an instance of
KeySequence by parsing a given
formal string representation. |
KeySequence |
KeySequenceText.getKeySequence()
An accessor for the
KeySequence that corresponds to the
current state of the text field. |
KeySequence |
KeyBinding.getKeySequence()
Returns the key sequence which triggers this binding.
|
Modifier and Type | Method and Description |
---|---|
protected void |
KeySequenceText.firePropertyChangeEvent(KeySequence oldKeySequence)
Fires a property change event to all of the listeners.
|
static KeySequence |
KeySequence.getInstance(KeySequence keySequence,
KeyStroke keyStroke)
Creates an instance of
KeySequence given a key sequence
and a key stroke. |
void |
KeySequenceText.setKeySequence(KeySequence newKeySequence)
A mutator for the key sequence stored within this widget.
|
Constructor and Description |
---|
KeyBinding(KeySequence keySequence,
ParameterizedCommand command,
String schemeId,
String contextId,
String locale,
String platform,
String windowManager,
int type)
Constructs a new instance of
KeyBinding . |
Modifier and Type | Method and Description |
---|---|
String |
IKeyFormatter.format(KeySequence keySequence)
Format the given key sequence into a string.
|
String |
AbstractKeyFormatter.format(KeySequence keySequence) |
Modifier and Type | Method and Description |
---|---|
void |
IContentAssistantExtension3.setRepeatedInvocationTrigger(KeySequence sequence)
Sets the key sequence to listen for in repeated invocation mode.
|
void |
ContentAssistant.setRepeatedInvocationTrigger(KeySequence sequence) |
Modifier and Type | Method and Description |
---|---|
static KeySequence |
KeySequence.getInstance(KeySequence newKeySequence)
Deprecated.
Gets an instance of
KeySequence given a new-style key
sequence. |
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.