public class TextDiffTypeFactory
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
TextDiffTypeFactory.TextDiffTypeImpl |
Modifier and Type | Field and Description |
---|---|
static TextDiffTypeFactory.TextDiffTypeImpl |
CONFLICT |
static TextDiffTypeFactory.TextDiffTypeImpl |
DELETED |
static TextDiffTypeFactory.TextDiffTypeImpl |
INSERTED |
static TextDiffTypeFactory.TextDiffTypeImpl |
MODIFIED |
Modifier and Type | Method and Description |
---|---|
TextDiffType |
createTextDiffType(TextAttributesKey key,
java.lang.String name) |
TextDiffTypeFactory.TextDiffTypeImpl[] |
getAllDiffTypes() |
static TextDiffTypeFactory |
getInstance() |
static java.awt.Color |
getMiddleColor(java.awt.Color fg,
java.awt.Color bg) |
public static final TextDiffTypeFactory.TextDiffTypeImpl INSERTED
public static final TextDiffTypeFactory.TextDiffTypeImpl DELETED
public static final TextDiffTypeFactory.TextDiffTypeImpl MODIFIED
public static final TextDiffTypeFactory.TextDiffTypeImpl CONFLICT
public TextDiffType createTextDiffType(TextAttributesKey key, java.lang.String name)
public TextDiffTypeFactory.TextDiffTypeImpl[] getAllDiffTypes()
public static TextDiffTypeFactory getInstance()
public static java.awt.Color getMiddleColor(java.awt.Color fg, java.awt.Color bg)