Package | Description |
---|---|
org.eclipse.jface.bindings |
Provides support for bindings between commands and various user input events
(e.g., keyboard shortcuts).
|
org.eclipse.jface.bindings.keys |
Provides support for bindings between commands and keys.
|
Modifier and Type | Field and Description |
---|---|
protected Trigger[] |
TriggerSequence.triggers
The list of trigger in this sequence.
|
Modifier and Type | Method and Description |
---|---|
Trigger[] |
TriggerSequence.getTriggers()
Returns the list of triggers.
|
Constructor and Description |
---|
TriggerSequence(Trigger[] triggers)
Constructs a new instance of
TriggerSequence . |
Modifier and Type | Class and Description |
---|---|
class |
KeyStroke
A
KeyStroke is defined as an optional set of modifier keys
followed optionally by a natural key. |
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.