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

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

Introduction

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

The text is from its open source code.

Field

FileEditorPolicyPLACE_BEFORE_DEFAULT_EDITOR
Place created editor before default IDE editor (if any).
FileEditorPolicyNONE
No policy
FileEditorPolicyHIDE_DEFAULT_EDITOR
Do not create default IDE editor (if any) for the file.
FileEditorPolicyPLACE_AFTER_DEFAULT_EDITOR
Place created editor after the default IDE editor (if any).