Example usage for com.intellij.openapi.editor.event EditorFactoryAdapter subclass-usage

List of usage examples for com.intellij.openapi.editor.event EditorFactoryAdapter subclass-usage

Introduction

In this page you can find the example usage for com.intellij.openapi.editor.event EditorFactoryAdapter subclass-usage.

Usage

From source file com.bmesta.powermode.ParticleContainerManager.java

/**
 * @author Baptiste Mesta
 */
class ParticleContainerManager extends EditorFactoryAdapter {

    private Thread thread;

From source file com.thoughtworks.fireworks.adapters.EditorFactoryListenerAdapter.java

public class EditorFactoryListenerAdapter extends EditorFactoryAdapter {
    private final TestCaseOpenedListener listener;
    private final ProjectAdapter project;

    public EditorFactoryListenerAdapter(TestCaseOpenedListener listener, ProjectAdapter project) {
        this.listener = listener;