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

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

Introduction

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

Prototype

String GROUP_WEIGHING_NEW

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

Click Source Link

Usage

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

License:Apache License

protected ActionGroup getGroup(DataContext dataContext) {
    return (ActionGroup) ActionManager.getInstance().getAction(IdeActions.GROUP_WEIGHING_NEW);
}