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