public class HighlightInfoHolder
extends java.lang.Object
Constructor and Description |
---|
HighlightInfoHolder(PsiFile contextFile,
HighlightInfoFilter... filters) |
Modifier and Type | Method and Description |
---|---|
boolean |
add(HighlightInfo info) |
boolean |
addAll(java.util.Collection<? extends HighlightInfo> highlightInfos) |
void |
clear() |
HighlightInfo |
get(int i) |
AnnotationSession |
getAnnotationSession() |
TextAttributesScheme |
getColorsScheme() |
PsiFile |
getContextFile() |
Project |
getProject() |
boolean |
hasErrorResults() |
void |
queueToUpdateIncrementally() |
int |
size() |
public HighlightInfoHolder(PsiFile contextFile, HighlightInfoFilter... filters)
public AnnotationSession getAnnotationSession()
public boolean add(HighlightInfo info)
public void clear()
public boolean hasErrorResults()
public boolean addAll(java.util.Collection<? extends HighlightInfo> highlightInfos)
public int size()
public HighlightInfo get(int i)
public Project getProject()
public PsiFile getContextFile()
public TextAttributesScheme getColorsScheme()
public void queueToUpdateIncrementally()