Uses of Interface
org.eclipse.jface.bindings.keys.formatting.IKeyFormatter
-
Packages that use IKeyFormatter Package Description org.eclipse.jface.bindings.keys Provides support for bindings between commands and keys.org.eclipse.jface.bindings.keys.formatting Provides support for formatting key sequences. -
-
Uses of IKeyFormatter in org.eclipse.jface.bindings.keys
Methods in org.eclipse.jface.bindings.keys that return IKeyFormatter Modifier and Type Method Description static 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 IKeyFormatter Modifier and Type Class Description classAbstractKeyFormatterAn abstract implementation of a key formatter that provides a lot of common key formatting functionality.classEmacsKeyFormatterA key formatter providing the Emacs-style accelerators using single letters to represent the modifier keys.classFormalKeyFormatterFormats the keys in the internal key sequence grammar.classNativeKeyFormatterFormats the key sequences and key strokes into the native human-readable format.Methods in org.eclipse.jface.bindings.keys.formatting that return IKeyFormatter Modifier and Type Method Description static IKeyFormatterKeyFormatterFactory. getDefault()An accessor for the current default key formatter.static IKeyFormatterKeyFormatterFactory. getEmacsKeyFormatter()Provides an instance ofEmacsKeyFormatter.static IKeyFormatterKeyFormatterFactory. getFormalKeyFormatter()Provides an instance ofFormalKeyFormatter.Methods in org.eclipse.jface.bindings.keys.formatting with parameters of type IKeyFormatter Modifier and Type Method Description static voidKeyFormatterFactory. setDefault(IKeyFormatter defaultKeyFormatter)Sets the default key formatter.
-