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

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

Introduction

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

Prototype

String METHOD_HIERARCHY_VIEW_TOOLBAR

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

Click Source Link

Usage

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

License:Apache License

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