Uses of Interface
org.eclipse.jface.bindings.keys.formatting.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
Modifier and TypeMethodDescriptionstatic IKeyFormatter
SWTKeySupport.getKeyFormatterForPlatform()
Provides an instance ofIKeyFormatter
appropriate for the current instance. -
Uses of IKeyFormatter in org.eclipse.jface.bindings.keys.formatting
Modifier and TypeClassDescriptionclass
An abstract implementation of a key formatter that provides a lot of common key formatting functionality.final class
A key formatter providing the Emacs-style accelerators using single letters to represent the modifier keys.final class
Formats the keys in the internal key sequence grammar.final class
Formats the key sequences and key strokes into the native human-readable format.Modifier and TypeMethodDescriptionstatic final IKeyFormatter
KeyFormatterFactory.getDefault()
An accessor for the current default key formatter.static final IKeyFormatter
KeyFormatterFactory.getEmacsKeyFormatter()
Provides an instance ofEmacsKeyFormatter
.static final IKeyFormatter
KeyFormatterFactory.getFormalKeyFormatter()
Provides an instance ofFormalKeyFormatter
.Modifier and TypeMethodDescriptionstatic final void
KeyFormatterFactory.setDefault
(IKeyFormatter defaultKeyFormatter) Sets the default key formatter.