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

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

Introduction

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

Prototype

String GROUP_STRUCTURE_VIEW_POPUP

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

Click Source Link

Usage

From source file:com.intellij.ide.structureView.newStructureView.StructureViewComponent.java

License:Apache License

private void addTreeMouseListeners() {
    EditSourceOnDoubleClickHandler.install(getTree());
    CustomizationUtil.installPopupHandler(getTree(), IdeActions.GROUP_STRUCTURE_VIEW_POPUP,
            ActionPlaces.STRUCTURE_VIEW_POPUP);
}