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.

  • Class
    Description
    Deprecated.
    Please use org.eclipse.jface.bindings.keys.KeyStroke and org.eclipse.jface.bindings.keys.KeyLookupFactory
    Provides services related to the binding architecture (e.g., keyboard shortcuts) within the workbench.
    Deprecated.
    Please use org.eclipse.jface.bindings.keys.IKeyFormatter
    Deprecated.
    Please use org.eclipse.jface.bindings.keys.KeyStroke and org.eclipse.jface.bindings.keys.KeyLookupFactory
    Deprecated.
    Please use org.eclipse.jface.bindings.keys.KeyFormatterFactory
    Deprecated.
    Please use org.eclipse.jface.bindings.keys.KeySequence
    Deprecated.
    Please use org.eclipse.jface.bindings.keys.KeyStroke
    Deprecated.
    Please use org.eclipse.jface.bindings.keys.KeyStroke and org.eclipse.jface.bindings.keys.KeyLookupFactory
    Deprecated.
    Please use org.eclipse.jface.bindings.keys.KeyStroke and org.eclipse.jface.bindings.keys.KeyLookupFactory
    Deprecated.
    Please use org.eclipse.jface.bindings.keys.ParseException
    Deprecated.
    Please use org.eclipse.jface.bindings.keys.KeyStroke and org.eclipse.jface.bindings.keys.KeyLookupFactory
    Deprecated.
    Please use SWTKeySupport