Uses of Interface
org.eclipse.jface.bindings.keys.formatting.IKeyFormatter
Packages that use IKeyFormatter
Package
Description
Provides support for bindings between commands and keys.
Provides support for formatting key sequences.
-
Uses of IKeyFormatter in org.eclipse.jface.bindings.keys
Methods in org.eclipse.jface.bindings.keys that return IKeyFormatterModifier and TypeMethodDescriptionstatic IKeyFormatterSWTKeySupport.getKeyFormatterForPlatform()Provides an instance ofIKeyFormatterappropriate for the current instance. -
Uses of IKeyFormatter in org.eclipse.jface.bindings.keys.formatting
Classes in org.eclipse.jface.bindings.keys.formatting that implement IKeyFormatterModifier and TypeClassDescriptionclassAn abstract implementation of a key formatter that provides a lot of common key formatting functionality.final classA key formatter providing the Emacs-style accelerators using single letters to represent the modifier keys.final classFormats the keys in the internal key sequence grammar.final classFormats the key sequences and key strokes into the native human-readable format.Methods in org.eclipse.jface.bindings.keys.formatting that return IKeyFormatterModifier and TypeMethodDescriptionstatic final IKeyFormatterKeyFormatterFactory.getDefault()An accessor for the current default key formatter.static final IKeyFormatterKeyFormatterFactory.getEmacsKeyFormatter()Provides an instance ofEmacsKeyFormatter.static final IKeyFormatterKeyFormatterFactory.getFormalKeyFormatter()Provides an instance ofFormalKeyFormatter.Methods in org.eclipse.jface.bindings.keys.formatting with parameters of type IKeyFormatterModifier and TypeMethodDescriptionstatic final voidKeyFormatterFactory.setDefault(IKeyFormatter defaultKeyFormatter) Sets the default key formatter.