Uses of Interface
org.eclipse.jface.bindings.IBindingManagerListener
-
Packages that use IBindingManagerListener 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).org.eclipse.ui.keys 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 IBindingManagerListener Modifier and Type Class Description static classExternalActionManager.CommandCallbackA 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 IBindingManagerListener Modifier and Type Method Description voidBindingManager. 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 IBindingManagerListener Modifier and Type Method Description voidIBindingService. addBindingManagerListener(IBindingManagerListener listener)Adds a listener to this binding service.voidIBindingService. removeBindingManagerListener(IBindingManagerListener listener)Removes a listener from this binding service.
-