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.bindingsFields in org.eclipse.jface.bindings declared as TriggerModifier and TypeFieldDescriptionprotected final Trigger[]TriggerSequence.triggersThe 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.keysSubclasses of Trigger in org.eclipse.jface.bindings.keysModifier and TypeClassDescriptionfinal classAKeyStrokeis defined as an optional set of modifier keys followed optionally by a natural key.