Class BindingTable
java.lang.Object
org.eclipse.e4.ui.bindings.internal.BindingTable
manage tables of bindings that can be used to look up commands from keys.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.eclipse.e4.ui.bindings.internal.BindingTable.BindingComparator -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidaddBinding(Binding binding) getBestSequenceFor(ParameterizedCommand command) getConflictsFor(TriggerSequence triggerSequence) getId()getPartialMatches(TriggerSequence sequence) getPerfectMatch(TriggerSequence trigger) getSequencesFor(ParameterizedCommand command) booleanvoidremoveBinding(Binding binding)
-
Field Details
-
BEST_SEQUENCE
public static final org.eclipse.e4.ui.bindings.internal.BindingTable.BindingComparator BEST_SEQUENCE
-
-
Constructor Details
-
BindingTable
-
-
Method Details
-
getTableId
-
getId
-
getConflicts
-
getConflictsFor
-
addBinding
-
removeBinding
-
getPerfectMatch
-
getBestSequenceFor
-
getSequencesFor
-
getPartialMatches
-
isPartialMatch
-
getBindings
-
activitiesChanged
public void activitiesChanged()
-