Uses of Class
org.eclipse.jface.bindings.BindingManagerEvent
-
Packages that use BindingManagerEvent Package Description org.eclipse.jface.action Provides support for shared UI resources such as menus, tool bars, and status lines.org.eclipse.jface.bindings 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 BindingManagerEvent Modifier and Type Method Description void
ExternalActionManager.CommandCallback. bindingManagerChanged(BindingManagerEvent event)
-
Uses of BindingManagerEvent in org.eclipse.jface.bindings
Methods in org.eclipse.jface.bindings with parameters of type BindingManagerEvent Modifier and Type Method Description void
IBindingManagerListener. bindingManagerChanged(BindingManagerEvent event)
Notifies that attributes inside an instance ofBindingManager
have changed.
-