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