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

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

Introduction

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

Usage

From source file io.ballerina.plugins.idea.webview.diagram.split.SplitTextEditorProvider.java

/**
 * Split Editor Provider.
 */
public abstract class SplitTextEditorProvider implements AsyncFileEditorProvider, DumbAware {

    private static final String FIRST_EDITOR = "first_editor";