public class HighlightingSessionImpl extends java.lang.Object implements HighlightingSession
Modifier and Type | Method and Description |
---|---|
EditorColorsScheme |
getColorsScheme() |
Document |
getDocument() |
static HighlightingSession |
getHighlightingSession(PsiFile psiFile,
ProgressIndicator progressIndicator) |
ProgressIndicator |
getProgressIndicator() |
Project |
getProject() |
PsiFile |
getPsiFile() |
public static HighlightingSession getHighlightingSession(PsiFile psiFile, ProgressIndicator progressIndicator)
public PsiFile getPsiFile()
getPsiFile
in interface HighlightingSession
public Document getDocument()
getDocument
in interface HighlightingSession
public ProgressIndicator getProgressIndicator()
getProgressIndicator
in interface HighlightingSession
public Project getProject()
getProject
in interface HighlightingSession
public EditorColorsScheme getColorsScheme()
getColorsScheme
in interface HighlightingSession