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).
|
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.
|
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.