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 IKeyFormatterModifier and TypeMethodDescriptionstatic IKeyFormatterKeyFormatterFactory.getCompactKeyFormatter()Deprecated, for removal: This API element is subject to removal in a future version.Provides an instance ofCompactKeyFormatter.static IKeyFormatterKeyFormatterFactory.getDefault()Deprecated, for removal: This API element is subject to removal in a future version.An accessor for the current default key formatter.static IKeyFormatterKeyFormatterFactory.getEmacsKeyFormatter()Deprecated, for removal: This API element is subject to removal in a future version.Provides an instance ofEmacsKeyFormatter.static IKeyFormatterKeyFormatterFactory.getFormalKeyFormatter()Deprecated, for removal: This API element is subject to removal in a future version.Provides an instance ofFormalKeyFormatter.static IKeyFormatterSWTKeySupport.getKeyFormatterForPlatform()Deprecated, for removal: This API element is subject to removal in a future version.Provides an instance ofIKeyFormatterappropriate for the current instance.Methods in org.eclipse.ui.keys with parameters of type IKeyFormatterModifier and TypeMethodDescriptionstatic voidKeyFormatterFactory.setDefault(IKeyFormatter defaultKeyFormatter) Deprecated, for removal: This API element is subject to removal in a future version.Sets the default key formatter.