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 class
ExternalActionManager.CommandCallback
A simple implementation of theICallback
mechanism that simply takes aBindingManager
and 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 void
BindingManager. addBindingManagerListener(IBindingManagerListener listener)
Adds a listener to this binding manager.void
BindingManager. 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 void
IBindingService. addBindingManagerListener(IBindingManagerListener listener)
Adds a listener to this binding service.void
IBindingService. removeBindingManagerListener(IBindingManagerListener listener)
Removes a listener from this binding service.
-