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
.
-
Interface Summary Interface Description IBindingService Provides services related to the binding architecture (e.g., keyboard shortcuts) within the workbench.IKeyFormatter Deprecated. Please use org.eclipse.jface.bindings.keys.IKeyFormatter -
Class Summary Class Description CharacterKey Deprecated. Please use org.eclipse.jface.bindings.keys.KeyStroke and org.eclipse.jface.bindings.keys.KeyLookupFactoryKey Deprecated. Please use org.eclipse.jface.bindings.keys.KeyStroke and org.eclipse.jface.bindings.keys.KeyLookupFactoryKeyFormatterFactory Deprecated. Please use org.eclipse.jface.bindings.keys.KeyFormatterFactoryKeySequence Deprecated. Please use org.eclipse.jface.bindings.keys.KeySequenceKeyStroke Deprecated. Please use org.eclipse.jface.bindings.keys.KeyStrokeModifierKey Deprecated. Please use org.eclipse.jface.bindings.keys.KeyStroke and org.eclipse.jface.bindings.keys.KeyLookupFactoryNaturalKey Deprecated. Please use org.eclipse.jface.bindings.keys.KeyStroke and org.eclipse.jface.bindings.keys.KeyLookupFactorySpecialKey Deprecated. Please use org.eclipse.jface.bindings.keys.KeyStroke and org.eclipse.jface.bindings.keys.KeyLookupFactorySWTKeySupport Deprecated. Please useSWTKeySupport
-
Exception Summary Exception Description ParseException Deprecated. Please use org.eclipse.jface.bindings.keys.ParseException