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

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

Introduction

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

Prototype

String CALL_HIERARCHY_VIEW_TOOLBAR

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

Click Source Link

Usage

From source file:com.intellij.ide.hierarchy.CallHierarchyBrowserBase.java

License:Apache License

@Override
@NotNull
protected String getActionPlace() {
    return ActionPlaces.CALL_HIERARCHY_VIEW_TOOLBAR;
}