Example usage for org.eclipse.jface.bindings.keys.formatting KeyFormatterFactory getDefault

List of usage examples for org.eclipse.jface.bindings.keys.formatting KeyFormatterFactory getDefault

Introduction

In this page you can find the example usage for org.eclipse.jface.bindings.keys.formatting KeyFormatterFactory getDefault.

Prototype

public static final IKeyFormatter getDefault() 

Source Link

Document

An accessor for the current default key formatter.

Usage

From source file:org.eclipse.rcptt.internal.runtime.ui.rap.SetQ7FeaturesService.java

License:Open Source License

private void checkShortcutsFormatter() {
    if (!(KeyFormatterFactory.getDefault() instanceof Q7KeyFormatter))
        Q7KeyFormatter.installQ7Formatter();
}