Example usage for com.intellij.openapi.fileEditor FileEditorManagerAdapter subclass-usage

List of usage examples for com.intellij.openapi.fileEditor FileEditorManagerAdapter subclass-usage

Introduction

In this page you can find the example usage for com.intellij.openapi.fileEditor FileEditorManagerAdapter subclass-usage.

Usage

From source file com.oracle.plugin.jtreg.components.JTRegFileManagerListener.java

/**
 * This listener intercepts editor events for file opened/closed. Each time a new jtreg test is opened, the project root
 * model is updated, so that the test source is displayed without errors. Changes in the headers will be picked up
 * and reflected in the root model.
 */
public class JTRegFileManagerListener extends FileEditorManagerAdapter {