Uses of Class
org.eclipse.jface.bindings.TriggerSequence
Package
Description
Provides support for shared UI resources such as menus,
tool bars, and status lines.
Provides support for bindings between commands and various user input events
(e.g., keyboard shortcuts).
Provides support for bindings between commands and keys.
Provides support for integrating keys into the Eclipse workbench.
-
Uses of TriggerSequence in org.eclipse.e4.ui.bindings
Modifier and TypeMethodDescriptionEBindingService.createSequence
(String sequence) EBindingService.getBestSequenceFor
(ParameterizedCommand command) Modifier and TypeMethodDescriptionEBindingService.createBinding
(TriggerSequence sequence, ParameterizedCommand command, String contextId, Map<String, String> attributes) EBindingService.getConflictsFor
(TriggerSequence sequence) EBindingService.getPartialMatches
(TriggerSequence sequence) EBindingService.getPerfectMatch
(TriggerSequence trigger) boolean
EBindingService.isPartialMatch
(TriggerSequence keySequence) boolean
EBindingService.isPerfectMatch
(TriggerSequence sequence) -
Uses of TriggerSequence in org.eclipse.e4.ui.bindings.internal
Modifier and TypeMethodDescriptionBindingServiceImpl.createSequence
(String sequence) BindingServiceImpl.getBestSequenceFor
(ParameterizedCommand command) Modifier and TypeMethodDescriptionBindingServiceImpl.getSequencesFor
(ParameterizedCommand command) Modifier and TypeMethodDescriptionBindingServiceImpl.createBinding
(TriggerSequence sequence, ParameterizedCommand command, String contextId, Map<String, String> attributes) BindingServiceImpl.getConflictsFor
(TriggerSequence sequence) BindingTable.getConflictsFor
(TriggerSequence triggerSequence) BindingTableManager.getConflictsFor
(ContextSet contextSet, TriggerSequence triggerSequence) BindingServiceImpl.getPartialMatches
(TriggerSequence sequence) BindingTable.getPartialMatches
(TriggerSequence sequence) BindingTableManager.getPartialMatches
(ContextSet contextSet, TriggerSequence sequence) BindingServiceImpl.getPerfectMatch
(TriggerSequence trigger) BindingTable.getPerfectMatch
(TriggerSequence trigger) BindingTableManager.getPerfectMatch
(ContextSet contextSet, TriggerSequence triggerSequence) boolean
BindingServiceImpl.isPartialMatch
(TriggerSequence keySequence) boolean
BindingTable.isPartialMatch
(TriggerSequence seq) boolean
BindingTableManager.isPartialMatch
(ContextSet contextSet, TriggerSequence sequence) boolean
BindingServiceImpl.isPerfectMatch
(TriggerSequence sequence) -
Uses of TriggerSequence in org.eclipse.jface.action
Modifier and TypeMethodDescriptionfinal TriggerSequence[]
ExternalActionManager.CommandCallback.getActiveBindingsFor
(String commandId) Returns the active bindings for a particular command identifier.ExternalActionManager.IBindingManagerCallback.getActiveBindingsFor
(String commandId) Returns the active bindings for a particular command identifier. -
Uses of TriggerSequence in org.eclipse.jface.bindings
Modifier and TypeMethodDescriptionBindingManager.getActiveBindingsDisregardingContextFor
(ParameterizedCommand parameterizedCommand) Returns the active bindings for a particular command identifier, but discounting the current contexts.BindingManager.getActiveBindingsFor
(String commandId) Returns the active bindings for a particular command identifier.BindingManager.getActiveBindingsFor
(ParameterizedCommand parameterizedCommand) Returns the active bindings for a particular command identifier.BindingManager.getBestActiveBindingFor
(String commandId) Gets the best active binding for a command.BindingManager.getBestActiveBindingFor
(ParameterizedCommand command) abstract TriggerSequence[]
TriggerSequence.getPrefixes()
Returns a list of prefixes for the current sequence.abstract TriggerSequence
Binding.getTriggerSequence()
Returns the sequence of trigger for a given binding.Modifier and TypeMethodDescriptionfinal boolean
TriggerSequence.endsWith
(TriggerSequence triggerSequence, boolean equals) Returns whether or not this key sequence ends with the given key sequence.BindingManager.getConflictsFor
(TriggerSequence sequence) Provides the current conflicts in the keybindings for the given TriggerSequence as aCollection
ofBinding
BindingManager.getPartialMatches
(TriggerSequence trigger) Returns all of the possible bindings that start with the given trigger (but are not equal to the given trigger).BindingManager.getPerfectMatch
(TriggerSequence trigger) Returns the command identifier for the active binding matching this trigger, if any.boolean
BindingManager.isPartialMatch
(TriggerSequence trigger) Returns whether the given trigger sequence is a partial match for the given sequence.boolean
BindingManager.isPerfectMatch
(TriggerSequence trigger) Returns whether the given trigger sequence is a perfect match for the given sequence.void
BindingManager.removeBindings
(TriggerSequence sequence, String schemeId, String contextId, String locale, String platform, String windowManager, int type) Removes any binding that matches the given values -- regardless of command identifier.final boolean
TriggerSequence.startsWith
(TriggerSequence triggerSequence, boolean equals) Returns whether or not this trigger sequence starts with the given trigger sequence. -
Uses of TriggerSequence in org.eclipse.jface.bindings.keys
Modifier and TypeClassDescriptionfinal class
AKeySequence
is defined as a list of zero or moreKeyStrokes
, with the stipulation that allKeyStroke
objects must be complete, save for the last one, whose completeness is optional.Modifier and TypeMethodDescriptionfinal TriggerSequence[]
KeySequence.getPrefixes()
KeyBinding.getTriggerSequence()
-
Uses of TriggerSequence in org.eclipse.ui.internal
Modifier and TypeMethodDescriptionFilteredTableBaseHandler.getBackwardTriggerSequences()
FilteredTableBaseHandler.getForwardTriggerSequences()
-
Uses of TriggerSequence in org.eclipse.ui.keys
Modifier and TypeMethodDescriptionIBindingService.getActiveBindingsFor
(String commandId) Gets the active bindings for a given command identifier.IBindingService.getActiveBindingsFor
(ParameterizedCommand parameterizedCommand) Gets the active bindings for a given parameterized command.IBindingService.getBestActiveBindingFor
(String commandId) Gets the best active binding for a command.IBindingService.getBestActiveBindingFor
(ParameterizedCommand command) Gets the best active binding for a command.IBindingService.getBuffer()
Returns the current state of the key binding buffer.Modifier and TypeMethodDescriptionIBindingService.getConflictsFor
(TriggerSequence sequence) Provides the current conflicts in the keybindings for the given TriggerSequence as aCollection
ofBinding
IBindingService.getPartialMatches
(TriggerSequence trigger) Returns all of the possible bindings that start with the given trigger (but are not equal to the given trigger).IBindingService.getPerfectMatch
(TriggerSequence trigger) Returns the command identifier for the active binding matching this trigger, if any.boolean
IBindingService.isPartialMatch
(TriggerSequence trigger) Returns whether the given trigger sequence is a partial match for the given sequence.boolean
IBindingService.isPerfectMatch
(TriggerSequence trigger) Returns whether the given trigger sequence is a perfect match for the given sequence.