Uses of Interface
org.eclipse.ui.keys.IKeyFormatter
-
Packages that use IKeyFormatter Package Description org.eclipse.ui.keys 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 static IKeyFormatterKeyFormatterFactory. getCompactKeyFormatter()Deprecated.Provides an instance ofCompactKeyFormatter.static IKeyFormatterKeyFormatterFactory. getDefault()Deprecated.An accessor for the current default key formatter.static IKeyFormatterKeyFormatterFactory. getEmacsKeyFormatter()Deprecated.Provides an instance ofEmacsKeyFormatter.static IKeyFormatterKeyFormatterFactory. getFormalKeyFormatter()Deprecated.Provides an instance ofFormalKeyFormatter.static IKeyFormatterSWTKeySupport. getKeyFormatterForPlatform()Deprecated.Provides an instance ofIKeyFormatterappropriate for the current instance.Methods in org.eclipse.ui.keys with parameters of type IKeyFormatter Modifier and Type Method Description static voidKeyFormatterFactory. setDefault(IKeyFormatter defaultKeyFormatter)Deprecated.Sets the default key formatter.
-