public interface LargeFileEditor extends FileEditor
Disposable.Parent
Modifier and Type | Field and Description |
---|---|
static Key<LargeFileEditor> |
LARGE_FILE_EDITOR_KEY |
static Key<java.lang.Object> |
LARGE_FILE_EDITOR_MARK_KEY |
PROP_MODIFIED, PROP_VALID
Modifier and Type | Method and Description |
---|---|
LargeFileEditorAccess |
createAccessForEncodingWidget() |
long |
getCaretPageNumber() |
int |
getCaretPageOffset() |
Editor |
getEditor() |
EditorModel |
getEditorModel() |
VirtualFile |
getFile() |
FileDataProviderForSearch |
getFileDataProviderForSearch() |
Project |
getProject() |
LfeSearchManager |
getSearchManager() |
VirtualFile |
getVirtualFile() |
void |
showSearchResult(SearchResult searchResult) |
addPropertyChangeListener, deselectNotify, getBackgroundHighlighter, getComponent, getCurrentLocation, getName, getPreferredFocusedComponent, getState, getStructureViewBuilder, isModified, isValid, removePropertyChangeListener, selectNotify, setState, setState
getUserData, putUserData
dispose
static final Key<java.lang.Object> LARGE_FILE_EDITOR_MARK_KEY
static final Key<LargeFileEditor> LARGE_FILE_EDITOR_KEY
LfeSearchManager getSearchManager()
void showSearchResult(SearchResult searchResult)
Project getProject()
long getCaretPageNumber()
int getCaretPageOffset()
Editor getEditor()
VirtualFile getFile()
getFile
in interface FileEditor
VirtualFile getVirtualFile()
LargeFileEditorAccess createAccessForEncodingWidget()
FileDataProviderForSearch getFileDataProviderForSearch()
EditorModel getEditorModel()