public class LightEditorInfoImpl extends java.lang.Object implements LightEditorInfo
Modifier and Type | Method and Description |
---|---|
void |
disposeEditor() |
static Editor |
getEditor(FileEditor fileEditor) |
static Editor |
getEditor(LightEditorInfo editorInfo) |
VirtualFile |
getFile() |
FileEditor |
getFileEditor() |
FileEditorProvider |
getProvider() |
boolean |
isNew() |
boolean |
isUnsaved() |
public FileEditor getFileEditor()
getFileEditor
in interface LightEditorInfo
public VirtualFile getFile()
getFile
in interface LightEditorInfo
public boolean isUnsaved()
isUnsaved
in interface LightEditorInfo
public boolean isNew()
isNew
in interface LightEditorInfo
public void disposeEditor()
public static Editor getEditor(LightEditorInfo editorInfo)
public static Editor getEditor(FileEditor fileEditor)
public FileEditorProvider getProvider()