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.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.Please use org.eclipse.jface.bindings.keys.IKeyFormatterDeprecated.Please use org.eclipse.jface.bindings.keys.KeyStroke and org.eclipse.jface.bindings.keys.KeyLookupFactoryDeprecated.Please use org.eclipse.jface.bindings.keys.KeyFormatterFactoryDeprecated.Please use org.eclipse.jface.bindings.keys.KeySequenceDeprecated.Please use org.eclipse.jface.bindings.keys.KeyStrokeDeprecated.Please use org.eclipse.jface.bindings.keys.KeyStroke and org.eclipse.jface.bindings.keys.KeyLookupFactoryDeprecated.Please use org.eclipse.jface.bindings.keys.KeyStroke and org.eclipse.jface.bindings.keys.KeyLookupFactoryDeprecated.Please use org.eclipse.jface.bindings.keys.ParseExceptionDeprecated.Please use org.eclipse.jface.bindings.keys.KeyStroke and org.eclipse.jface.bindings.keys.KeyLookupFactoryDeprecated.Please use
SWTKeySupport