Example usage for com.intellij.openapi.actionSystem ActionPlaces STRUCTURE_VIEW_TOOLBAR

List of usage examples for com.intellij.openapi.actionSystem ActionPlaces STRUCTURE_VIEW_TOOLBAR

Introduction

In this page you can find the example usage for com.intellij.openapi.actionSystem ActionPlaces STRUCTURE_VIEW_TOOLBAR.

Prototype

String STRUCTURE_VIEW_TOOLBAR

To view the source code for com.intellij.openapi.actionSystem ActionPlaces STRUCTURE_VIEW_TOOLBAR.

Click Source Link

Usage

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

License:Apache License

private JComponent createToolbar() {
    return ActionManager.getInstance()
            .createActionToolbar(ActionPlaces.STRUCTURE_VIEW_TOOLBAR, createActionGroup(), true).getComponent();
}