com.intellij.openapi.fileEditor
Interface DocumentsEditor

All Superinterfaces:
FileEditor, UserDataHolder

public interface DocumentsEditor
extends FileEditor


Field Summary
 
Fields inherited from interface com.intellij.openapi.fileEditor.FileEditor
PROP_MODIFIED, PROP_VALID
 
Method Summary
 Document[] getDocuments()
           
 
Methods inherited from interface com.intellij.openapi.fileEditor.FileEditor
addPropertyChangeListener, deselectNotify, getBackgroundHighlighter, getComponent, getCurrentLocation, getName, getPreferredFocusedComponent, getState, getStructureViewBuilder, isModified, isValid, removePropertyChangeListener, selectNotify, setState
 
Methods inherited from interface com.intellij.openapi.util.UserDataHolder
getUserData, putUserData
 

Method Detail

getDocuments

Document[] getDocuments()