Uses of Interface
org.eclipse.jface.bindings.IBindingManagerListener
Packages that use IBindingManagerListener
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).
Provides support for integrating keys into the Eclipse workbench.
-
Uses of IBindingManagerListener in org.eclipse.jface.action
Classes in org.eclipse.jface.action that implement IBindingManagerListenerModifier and TypeClassDescriptionstatic classA simple implementation of theICallbackmechanism that simply takes aBindingManagerand aCommandManager. -
Uses of IBindingManagerListener in org.eclipse.jface.bindings
Methods in org.eclipse.jface.bindings with parameters of type IBindingManagerListenerModifier and TypeMethodDescriptionvoidBindingManager.addBindingManagerListener(IBindingManagerListener listener) Adds a listener to this binding manager.voidBindingManager.removeBindingManagerListener(IBindingManagerListener listener) Removes a listener from this binding manager. -
Uses of IBindingManagerListener in org.eclipse.ui.keys
Methods in org.eclipse.ui.keys with parameters of type IBindingManagerListenerModifier and TypeMethodDescriptionvoidIBindingService.addBindingManagerListener(IBindingManagerListener listener) Adds a listener to this binding service.voidIBindingService.removeBindingManagerListener(IBindingManagerListener listener) Removes a listener from this binding service.