public interface TextDiffType
Modifier and Type | Field and Description |
---|---|
static TextDiffType |
CONFLICT |
static TextDiffType |
DELETED |
static TextDiffType |
INSERTED |
static TextDiffType |
MODIFIED |
Modifier and Type | Method and Description |
---|---|
java.awt.Color |
getColor(Editor editor) |
java.awt.Color |
getIgnoredColor(Editor editor) |
java.awt.Color |
getMarkerColor(Editor editor) |
java.lang.String |
getName() |
static final TextDiffType INSERTED
static final TextDiffType DELETED
static final TextDiffType MODIFIED
static final TextDiffType CONFLICT