List of usage examples for org.eclipse.jface.bindings.keys.formatting AbstractKeyFormatter subclass-usage
From source file de.xirp.util.XirpKeyFormatter.java
/**
* Implementation of JFaces key formatter, using the localized
* resource bundles of the application.
*
* @author Rabea Gransberger
*/
From source file org.eclipse.rcptt.tesla.ui.Q7KeyFormatter.java
@SuppressWarnings("restriction") public class Q7KeyFormatter extends AbstractKeyFormatter { @Override protected String getKeyDelimiter() { return KeyStroke.KEY_DELIMITER; }