Java com.intellij.openapi.fileEditor FileEditorProvider fields, constructors, methods, implement or subclass

Example usage for Java com.intellij.openapi.fileEditor FileEditorProvider fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.intellij.openapi.fileEditor FileEditorProvider.

The text is from its open source code.

Implementation

com.intellij.openapi.fileEditor.FileEditorProvider has the following implementations.
Click this link to see all its implementation.

Field

ExtensionPointNameEP_FILE_EDITOR_PROVIDER

Method

booleanaccept(@NotNull Project project, @NotNull VirtualFile file)
Method is expected to run fast.
FileEditorcreateEditor(@NotNull Project project, @NotNull VirtualFile file)
Creates editor for the specified file.
StringgetEditorTypeId()