public interface TextAnnotationPresentation
Modifier and Type | Method and Description |
---|---|
java.util.List<AnAction> |
getActions(int line) |
int |
getAnnotationLine(int editorLine) |
ColorKey |
getColor(int line) |
EditorFontType |
getFontType(int line) |
void |
gutterClosed() |
int getAnnotationLine(int editorLine)
EditorFontType getFontType(int line)
ColorKey getColor(int line)
java.util.List<AnAction> getActions(int line)
void gutterClosed()