Example usage for com.intellij.openapi.actionSystem ShortcutProvider interface-usage

List of usage examples for com.intellij.openapi.actionSystem ShortcutProvider interface-usage

Introduction

In this page you can find the example usage for com.intellij.openapi.actionSystem ShortcutProvider interface-usage.

Usage

From source file com.intellij.ui.AnActionButton.java

/**
 * @author Konstantin Bulenkov
 */
public abstract class AnActionButton extends AnAction implements ShortcutProvider {
    private boolean myEnabled = true;
    private boolean myVisible = true;