Uses of Interface
org.eclipse.ui.keys.IKeyFormatter

Packages that use IKeyFormatter
Package
Description
Provides support for integrating keys into the Eclipse workbench.
  • Uses of IKeyFormatter in org.eclipse.ui.keys

    Methods in org.eclipse.ui.keys that return IKeyFormatter
    Modifier and Type
    Method
    Description
    KeyFormatterFactory.getCompactKeyFormatter()
    Deprecated, for removal: This API element is subject to removal in a future version.
    Provides an instance of CompactKeyFormatter.
    KeyFormatterFactory.getDefault()
    Deprecated, for removal: This API element is subject to removal in a future version.
    An accessor for the current default key formatter.
    KeyFormatterFactory.getEmacsKeyFormatter()
    Deprecated, for removal: This API element is subject to removal in a future version.
    Provides an instance of EmacsKeyFormatter.
    KeyFormatterFactory.getFormalKeyFormatter()
    Deprecated, for removal: This API element is subject to removal in a future version.
    Provides an instance of FormalKeyFormatter.
    Deprecated, for removal: This API element is subject to removal in a future version.
    Provides an instance of IKeyFormatter appropriate for the current instance.
    Methods in org.eclipse.ui.keys with parameters of type IKeyFormatter
    Modifier and Type
    Method
    Description
    static void
    KeyFormatterFactory.setDefault(IKeyFormatter defaultKeyFormatter)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Sets the default key formatter.