Example usage for org.eclipse.jface.bindings.keys KeySequence KEY_STROKE_DELIMITER

List of usage examples for org.eclipse.jface.bindings.keys KeySequence KEY_STROKE_DELIMITER

Introduction

In this page you can find the example usage for org.eclipse.jface.bindings.keys KeySequence KEY_STROKE_DELIMITER.

Prototype

String KEY_STROKE_DELIMITER

To view the source code for org.eclipse.jface.bindings.keys KeySequence KEY_STROKE_DELIMITER.

Click Source Link

Document

The delimiter between multiple key strokes in a single key sequence -- expressed in the formal key stroke grammar.

Usage

From source file:org.eclipse.rcptt.tesla.ui.Q7KeyFormatter.java

License:Open Source License

@Override
protected String getKeyStrokeDelimiter() {
    return KeySequence.KEY_STROKE_DELIMITER;
}