Uses of Class
org.eclipse.jface.bindings.keys.formatting.AbstractKeyFormatter
-
Packages that use AbstractKeyFormatter Package Description org.eclipse.jface.bindings.keys.formatting Provides support for formatting key sequences. -
-
Uses of AbstractKeyFormatter in org.eclipse.jface.bindings.keys.formatting
Subclasses of AbstractKeyFormatter in org.eclipse.jface.bindings.keys.formatting Modifier and Type Class Description class
EmacsKeyFormatter
A key formatter providing the Emacs-style accelerators using single letters to represent the modifier keys.class
FormalKeyFormatter
Formats the keys in the internal key sequence grammar.class
NativeKeyFormatter
Formats the key sequences and key strokes into the native human-readable format.
-