| |
|
| java.lang.Object org.eclipse.ui.internal.KeyBindingService
KeyBindingService | final public class KeyBindingService implements INestableKeyBindingService(Code) | | This service provides a nestable implementation of a key binding service.
This class is provided for backwards compatibility only, and might be removed
in the future. All of the functionality is the class can be duplicated by
using the commands and contexts API.
since: 2.0 |
KeyBindingService | public KeyBindingService(IWorkbenchPartSite workbenchPartSite)(Code) | | Constructs a new instance of KeyBindingService on a given
workbench site. This instance is not nested.
Parameters: workbenchPartSite - The site for which this service will be responsible; shouldnot be null . |
KeyBindingService | KeyBindingService(IWorkbenchPartSite workbenchPartSite, KeyBindingService parent)(Code) | | Constructs a new instance of KeyBindingService on a given
workbench site.
Parameters: workbenchPartSite - The site for which this service will be responsible; shouldnot be null . Parameters: parent - The parent key binding service, if any; null ifnone. |
dispose | public void dispose()(Code) | | Disposes this key binding service. This clears out all of the submissions
held by this service, and its nested services.
|
registerAction | public void registerAction(IAction action)(Code) | | |
unregisterAction | public void unregisterAction(IAction action)(Code) | | |
|
|
|