List of usage examples for org.eclipse.jface.bindings.keys.formatting KeyFormatterFactory getDefault
public static final IKeyFormatter getDefault()
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(); }