public interface EditorWindow extends UserDataHolderEx, Editor
EMPTY_ARRAY| Modifier and Type | Method and Description |
|---|---|
Editor |
getDelegate() |
DocumentWindow |
getDocument()
Returns the document edited or viewed in the editor.
|
PsiFile |
getInjectedFile() |
LogicalPosition |
hostToInjected(LogicalPosition hPos) |
LogicalPosition |
injectedToHost(LogicalPosition pos) |
boolean |
isValid() |
putUserDataIfAbsent, replaceaddEditorMouseListener, addEditorMouseListener, addEditorMouseMotionListener, addEditorMouseMotionListener, getAscent, getCaretModel, getColorsScheme, getComponent, getContentComponent, getEditorKind, getFoldingModel, getGutter, getHeaderComponent, getIndentsModel, getInlayModel, getInsets, getLineHeight, getMarkupModel, getMouseEventArea, getProject, getScrollingModel, getSelectionModel, getSettings, getSoftWrapModel, hasHeaderComponent, isColumnMode, isDisposed, isInsertMode, isOneLineMode, isViewer, logicalPositionToOffset, logicalPositionToXY, logicalToVisualPosition, offsetToLogicalPosition, offsetToPoint2D, offsetToPoint2D, offsetToVisualPosition, offsetToVisualPosition, offsetToXY, offsetToXY, removeEditorMouseListener, removeEditorMouseMotionListener, setBorder, setHeaderComponent, visualLineToY, visualPositionToPoint2D, visualPositionToXY, visualToLogicalPosition, xyToLogicalPosition, xyToVisualPosition, xyToVisualPosition, yToVisualLinegetUserData, putUserDataboolean isValid()
PsiFile getInjectedFile()
LogicalPosition hostToInjected(LogicalPosition hPos)
LogicalPosition injectedToHost(LogicalPosition pos)
Editor getDelegate()
DocumentWindow getDocument()
EditorgetDocument in interface Editor