Example usage for com.intellij.openapi.fileEditor DocumentsEditor interface-usage

List of usage examples for com.intellij.openapi.fileEditor DocumentsEditor interface-usage

Introduction

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

Usage

From source file com.igormaznitsa.ideamindmap.editor.MindMapDocumentEditor.java

public class MindMapDocumentEditor
        implements DocumentsEditor, MindMapController, MindMapListener, DropTargetListener, Committable {

    private static final Logger LOGGER = LoggerFactory.getLogger(MindMapDocumentEditor.class);
    private static final ResourceBundle BUNDLE = java.util.ResourceBundle.getBundle("/i18n/Bundle");

From source file com.intellij.util.xml.ui.PerspectiveFileEditor.java

/**
 * @author Sergey.Vasiliev
 */
abstract public class PerspectiveFileEditor extends UserDataHolderBase implements DocumentsEditor, Committable {
    private final Wrapper myWrapprer = new Wrapper();
    private boolean myInitialised = false;