public class ExtraFieldGutter extends AnnotationFieldGutter
myAnnotation| Constructor and Description |
|---|
ExtraFieldGutter(FileAnnotation fileAnnotation,
com.intellij.openapi.vcs.actions.AnnotationPresentation presentation,
Couple<java.util.Map<VcsRevisionNumber,java.awt.Color>> bgColorMap,
AnnotateActionGroup actionGroup) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLineText(int line,
Editor editor)
Returns the text which should be drawn for the line with the specified number in the specified editor.
|
boolean |
isAvailable() |
doAction, getBgColor, getColor, getCursor, getFileAnnotation, getID, getPopupActions, getPresentation, getStyle, getToolTip, gutterClosed, isGutterAction, isShowByDefaultclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waituseMarginpublic ExtraFieldGutter(FileAnnotation fileAnnotation, com.intellij.openapi.vcs.actions.AnnotationPresentation presentation, Couple<java.util.Map<VcsRevisionNumber,java.awt.Color>> bgColorMap, AnnotateActionGroup actionGroup)
public java.lang.String getLineText(int line,
Editor editor)
TextAnnotationGutterProviderline - the line for which the text is requested.editor - the editor in which the text will be drawn.public boolean isAvailable()
isAvailable in class AnnotationFieldGutter