The key binding service allows one to query or set the scope of Eclipse for
the purposes of resolving key assignments to commands, and to register
actions to handle specific commands. See the org.eclipse.ui.commands
extension point for details.
A participating workbench part is responsible to register all its actions
with this service. The part is also responsible to set the current scope.
This interface is not intended to be implemented or extended by clients.
since: 2.0 |