An instance of IScheme is a handle representing a binding
scheme as defined by the extension point org.eclipse.ui.bindings .
The identifier of the handle is the identifier of the scheme being represented.
An instance of IScheme can be obtained from an instance of
ICommandManager for any identifier, whether or not a scheme
with that identifier is defined in the plugin registry.
The handle-based nature of this API allows it to work well with runtime
plugin activation and deactivation. |