List of usage examples for com.intellij.openapi.actionSystem ActionPlaces STRUCTURE_VIEW_TOOLBAR
String STRUCTURE_VIEW_TOOLBAR
To view the source code for com.intellij.openapi.actionSystem ActionPlaces STRUCTURE_VIEW_TOOLBAR.
Click Source Link
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(); }