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.
|
Modifier and Type | Class and Description |
---|---|
static class |
ExternalActionManager.CommandCallback
A simple implementation of the
ICallback mechanism that
simply takes a BindingManager and a
CommandManager . |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.