Example usage for com.intellij.openapi.wm ToolWindowFactoryEx interface-usage

List of usage examples for com.intellij.openapi.wm ToolWindowFactoryEx interface-usage

Introduction

In this page you can find the example usage for com.intellij.openapi.wm ToolWindowFactoryEx interface-usage.

Usage

From source file com.intellij.compiler.impl.ProblemsToolWindowFactory.java

/**
 * @author VISTALL
 * @since 02.06.14
 */
public class ProblemsToolWindowFactory implements ToolWindowFactoryEx {
    @Override

From source file com.intellij.ide.projectView.impl.ProjectViewToolWindowFactory.java

/**
 * @author yole
 */
public class ProjectViewToolWindowFactory implements ToolWindowFactoryEx, DumbAware {
    @Override
    public void createToolWindowContent(Project project, ToolWindow toolWindow) {