List of usage examples for com.intellij.openapi.actionSystem ActionPlaces CALL_HIERARCHY_VIEW_TOOLBAR
String CALL_HIERARCHY_VIEW_TOOLBAR
To view the source code for com.intellij.openapi.actionSystem ActionPlaces CALL_HIERARCHY_VIEW_TOOLBAR.
Click Source Link
From source file:com.intellij.ide.hierarchy.CallHierarchyBrowserBase.java
License:Apache License
@Override @NotNull protected String getActionPlace() { return ActionPlaces.CALL_HIERARCHY_VIEW_TOOLBAR; }