Uses of Class
org.eclipse.jface.bindings.Trigger
Packages that use 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
Fields in org.eclipse.jface.bindings declared as TriggerModifier and TypeFieldDescriptionprotected final Trigger[]
TriggerSequence.triggers
The list of trigger in this sequence.Methods in org.eclipse.jface.bindings that return TriggerModifier and TypeMethodDescriptionfinal Trigger[]
TriggerSequence.getTriggers()
Returns the list of triggers.Constructors in org.eclipse.jface.bindings with parameters of type TriggerModifierConstructorDescriptionTriggerSequence
(Trigger[] triggers) Constructs a new instance ofTriggerSequence
. -
Uses of Trigger in org.eclipse.jface.bindings.keys
Subclasses of Trigger in org.eclipse.jface.bindings.keysModifier and TypeClassDescriptionfinal class
AKeyStroke
is defined as an optional set of modifier keys followed optionally by a natural key.