Package org.eclipse.ui.keys
package org.eclipse.ui.keys
Provides support for integrating keys into the Eclipse workbench.
Package Specification
This package provides the classes required to integrate keys into the Eclipse workbench.
To use the key integration, the method getAdapter
is called on
the Eclipse workbench, with the argument IBindingService.class
.
This will return an instance of IBindingService
.
-
ClassDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Please use org.eclipse.jface.bindings.keys.KeyStroke and org.eclipse.jface.bindings.keys.KeyLookupFactoryProvides services related to the binding architecture (e.g., keyboard shortcuts) within the workbench.Deprecated, for removal: This API element is subject to removal in a future version.Please use org.eclipse.jface.bindings.keys.IKeyFormatterDeprecated, for removal: This API element is subject to removal in a future version.Please use org.eclipse.jface.bindings.keys.KeyStroke and org.eclipse.jface.bindings.keys.KeyLookupFactoryDeprecated, for removal: This API element is subject to removal in a future version.Please use org.eclipse.jface.bindings.keys.KeyFormatterFactoryDeprecated, for removal: This API element is subject to removal in a future version.Please use org.eclipse.jface.bindings.keys.KeySequenceDeprecated, for removal: This API element is subject to removal in a future version.Please use org.eclipse.jface.bindings.keys.KeyStrokeDeprecated, for removal: This API element is subject to removal in a future version.Please use org.eclipse.jface.bindings.keys.KeyStroke and org.eclipse.jface.bindings.keys.KeyLookupFactoryDeprecated, for removal: This API element is subject to removal in a future version.Please use org.eclipse.jface.bindings.keys.KeyStroke and org.eclipse.jface.bindings.keys.KeyLookupFactoryDeprecated, for removal: This API element is subject to removal in a future version.Please use org.eclipse.jface.bindings.keys.ParseExceptionDeprecated, for removal: This API element is subject to removal in a future version.Please use org.eclipse.jface.bindings.keys.KeyStroke and org.eclipse.jface.bindings.keys.KeyLookupFactoryDeprecated, for removal: This API element is subject to removal in a future version.Please use
SWTKeySupport