Uses of Class
org.eclipse.jface.bindings.Binding
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.
Provides support for integrating keys into the Eclipse workbench.
-
Uses of Binding in org.eclipse.e4.ui.bindings
Modifier and TypeMethodDescriptionEBindingService.createBinding
(TriggerSequence sequence, ParameterizedCommand command, String contextId, Map<String, String> attributes) EBindingService.getPerfectMatch
(TriggerSequence trigger) Modifier and TypeMethodDescriptionEBindingService.getActiveBindings()
EBindingService.getAllConflicts()
EBindingService.getBindingsFor
(ParameterizedCommand cmd) EBindingService.getConflictsFor
(TriggerSequence sequence) EBindingService.getPartialMatches
(TriggerSequence sequence) Modifier and TypeMethodDescriptionvoid
EBindingService.activateBinding
(Binding binding) void
EBindingService.deactivateBinding
(Binding binding) -
Uses of Binding in org.eclipse.e4.ui.bindings.internal
Modifier and TypeMethodDescriptionBindingServiceImpl.createBinding
(TriggerSequence sequence, ParameterizedCommand command, String contextId, Map<String, String> attributes) BindingTable.getBestSequenceFor
(ParameterizedCommand command) BindingTableManager.getBestSequenceFor
(ContextSet contextSet, ParameterizedCommand parameterizedCommand) BindingServiceImpl.getPerfectMatch
(TriggerSequence trigger) BindingTable.getPerfectMatch
(TriggerSequence trigger) BindingTableManager.getPerfectMatch
(ContextSet contextSet, TriggerSequence triggerSequence) protected Binding
KeyAssistDialog.getSelectedBinding()
Returns the currently selected binding from the table if the table is not disposedModifier and TypeMethodDescriptionBindingServiceImpl.getActiveBindings()
BindingTableManager.getActiveBindings()
BindingServiceImpl.getAllConflicts()
BindingTableManager.getAllConflicts()
BindingTable.getBindings()
BindingServiceImpl.getBindingsFor
(ParameterizedCommand command) BindingTableManager.getBindingsFor
(ContextSet contextSet, ParameterizedCommand cmd) BindingTable.getConflicts()
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) BindingTable.getSequencesFor
(ParameterizedCommand command) BindingTableManager.getSequencesFor
(ContextSet contextSet, ParameterizedCommand parameterizedCommand) Modifier and TypeMethodDescriptionvoid
BindingServiceImpl.activateBinding
(Binding binding) void
BindingTable.addBinding
(Binding binding) void
BindingServiceImpl.deactivateBinding
(Binding binding) void
BindingTable.removeBinding
(Binding binding) Modifier and TypeMethodDescriptionboolean
KeyAssistDialog.isShowingBindings
(Collection<Binding> bindings) Tests whether the key assist dialog is currently showing a set of bindings.int
KeyAssistDialog.open
(Collection<Binding> bindings) Opens this dialog with the list of bindings for the user to select from. -
Uses of Binding in org.eclipse.jface.bindings
Modifier and TypeMethodDescriptionBinding[]
BindingManager.getBindings()
Returns the set of all bindings managed by this class.BindingManager.getPerfectMatch
(TriggerSequence trigger) Returns the command identifier for the active binding matching this trigger, if any.Modifier and TypeMethodDescriptionvoid
BindingManager.addBinding
(Binding binding) Adds a single new binding to the existing array of bindings.void
BindingManager.removeBinding
(Binding binding) Remove the specific binding by identity.void
BindingManager.setBindings
(Binding[] bindings) Changes the set of bindings for this binding manager. -
Uses of Binding in org.eclipse.jface.bindings.keys
-
Uses of Binding in org.eclipse.ui.internal
Modifier and TypeMethodDescriptionfinal void
BindingToModelProcessor.addBinding
(MApplication application, Binding binding) -
Uses of Binding in org.eclipse.ui.keys
Modifier and TypeMethodDescriptionBinding[]
IBindingService.getBindings()
Returns the current set of bindings.IBindingService.getPerfectMatch
(TriggerSequence trigger) Returns the command identifier for the active binding matching this trigger, if any.Modifier and TypeMethodDescriptionvoid
IBindingService.savePreferences
(Scheme activeScheme, Binding[] bindings) Writes the given active scheme and bindings to the preference store.