org.intellij
Class EditorManager

java.lang.Object
  extended byorg.intellij.EditorManager
All Implemented Interfaces:
com.intellij.openapi.fileEditor.FileEditorProvider

public class EditorManager
extends Object
implements com.intellij.openapi.fileEditor.FileEditorProvider


Field Summary
static String cvsVersion
           
 
Fields inherited from interface com.intellij.openapi.fileEditor.FileEditorProvider
POLICY_BEFORE_DEFAULT_EDITOR, POLICY_DO_NOT_SHOW_DEFAULT_EDITOR, POLICY_NONE
 
Constructor Summary
EditorManager()
           
 
Method Summary
 boolean accept(com.intellij.openapi.project.Project project, com.intellij.openapi.vfs.VirtualFile virtualFile)
           
 com.intellij.openapi.fileEditor.FileEditor createEditor(com.intellij.openapi.project.Project project, com.intellij.openapi.vfs.VirtualFile virtualFile)
           
 void disposeEditor(com.intellij.openapi.fileEditor.FileEditor fileEditor)
           
 String getEditorTypeId()
           
 int getPolicy()
           
 com.intellij.openapi.fileEditor.FileEditorState readState(org.jdom.Element element, com.intellij.openapi.project.Project project, com.intellij.openapi.vfs.VirtualFile virtualFile)
           
 void writeState(com.intellij.openapi.fileEditor.FileEditorState fileEditorState, com.intellij.openapi.project.Project project, org.jdom.Element element)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cvsVersion

public static final String cvsVersion
See Also:
Constant Field Values
Constructor Detail

EditorManager

public EditorManager()
Method Detail

accept

public boolean accept(com.intellij.openapi.project.Project project,
                      com.intellij.openapi.vfs.VirtualFile virtualFile)
Specified by:
accept in interface com.intellij.openapi.fileEditor.FileEditorProvider

createEditor

public com.intellij.openapi.fileEditor.FileEditor createEditor(com.intellij.openapi.project.Project project,
                                                               com.intellij.openapi.vfs.VirtualFile virtualFile)
Specified by:
createEditor in interface com.intellij.openapi.fileEditor.FileEditorProvider

disposeEditor

public void disposeEditor(com.intellij.openapi.fileEditor.FileEditor fileEditor)
Specified by:
disposeEditor in interface com.intellij.openapi.fileEditor.FileEditorProvider

readState

public com.intellij.openapi.fileEditor.FileEditorState readState(org.jdom.Element element,
                                                                 com.intellij.openapi.project.Project project,
                                                                 com.intellij.openapi.vfs.VirtualFile virtualFile)
Specified by:
readState in interface com.intellij.openapi.fileEditor.FileEditorProvider

writeState

public void writeState(com.intellij.openapi.fileEditor.FileEditorState fileEditorState,
                       com.intellij.openapi.project.Project project,
                       org.jdom.Element element)
Specified by:
writeState in interface com.intellij.openapi.fileEditor.FileEditorProvider

getEditorTypeId

public String getEditorTypeId()
Specified by:
getEditorTypeId in interface com.intellij.openapi.fileEditor.FileEditorProvider

getPolicy

public int getPolicy()
Specified by:
getPolicy in interface com.intellij.openapi.fileEditor.FileEditorProvider