Uses of Class
org.eclipse.jface.bindings.BindingManagerEvent
Packages that use BindingManagerEvent
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).
-
Uses of BindingManagerEvent in org.eclipse.jface.action
Methods in org.eclipse.jface.action with parameters of type BindingManagerEventModifier and TypeMethodDescriptionfinal void
ExternalActionManager.CommandCallback.bindingManagerChanged
(BindingManagerEvent event) -
Uses of BindingManagerEvent in org.eclipse.jface.bindings
Methods in org.eclipse.jface.bindings with parameters of type BindingManagerEventModifier and TypeMethodDescriptionvoid
IBindingManagerListener.bindingManagerChanged
(BindingManagerEvent event) Notifies that attributes inside an instance ofBindingManager
have changed.