List of usage examples for com.intellij.openapi.fileEditor FileEditorManagerAdapter subclass-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 {