Example usage for org.eclipse.jface.bindings.keys.formatting AbstractKeyFormatter subclass-usage

List of usage examples for org.eclipse.jface.bindings.keys.formatting AbstractKeyFormatter subclass-usage

Introduction

In this page you can find the example usage for org.eclipse.jface.bindings.keys.formatting AbstractKeyFormatter subclass-usage.

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;
    }