Example usage for com.intellij.openapi.actionSystem IdeActions GROUP_CHANGE_SCHEME

List of usage examples for com.intellij.openapi.actionSystem IdeActions GROUP_CHANGE_SCHEME

Introduction

In this page you can find the example usage for com.intellij.openapi.actionSystem IdeActions GROUP_CHANGE_SCHEME.

Prototype

String GROUP_CHANGE_SCHEME

To view the source code for com.intellij.openapi.actionSystem IdeActions GROUP_CHANGE_SCHEME.

Click Source Link

Usage

From source file:com.intellij.ide.actions.QuickChangeSchemesAction.java

License:Apache License

private DefaultActionGroup getGroup() {
    return (DefaultActionGroup) ActionManager.getInstance().getAction(IdeActions.GROUP_CHANGE_SCHEME);
}