public abstract class FileEditorProviderManager
extends java.lang.Object
| Constructor and Description |
|---|
FileEditorProviderManager() |
| Modifier and Type | Method and Description |
|---|---|
static FileEditorProviderManager |
getInstance() |
abstract FileEditorProvider |
getProvider(java.lang.String editorTypeId) |
abstract FileEditorProvider [] |
getProviders(Project project,
VirtualFile file) |
public static FileEditorProviderManager getInstance()
public abstract FileEditorProvider [] getProviders(Project project, VirtualFile file)
file or empty array if there are none.
Please note that returned array is constructed with respect to editor policies.public abstract FileEditorProvider getProvider(java.lang.String editorTypeId)
null if no provider with specified editorTypeId exists.