Uses of Class
org.eclipse.jface.bindings.Trigger
Package
Description
Provides support for bindings between commands and various user input events
(e.g., keyboard shortcuts).
Provides support for bindings between commands and keys.
-
Uses of Trigger in org.eclipse.jface.bindings
Modifier and TypeFieldDescriptionprotected final Trigger[]
TriggerSequence.triggers
The list of trigger in this sequence.Modifier and TypeMethodDescriptionfinal Trigger[]
TriggerSequence.getTriggers()
Returns the list of triggers.ModifierConstructorDescriptionTriggerSequence
(Trigger[] triggers) Constructs a new instance ofTriggerSequence
. -
Uses of Trigger in org.eclipse.jface.bindings.keys
Modifier and TypeClassDescriptionfinal class
AKeyStroke
is defined as an optional set of modifier keys followed optionally by a natural key.