|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DiffLineType | |
|---|---|
| com.alkacon.diff | |
| Uses of DiffLineType in com.alkacon.diff |
|---|
| Fields in com.alkacon.diff declared as DiffLineType | |
|---|---|
static DiffLineType |
DiffLineType.ADDED
Result type: Content added. |
static DiffLineType |
DiffLineType.REMOVED
Result type: Content removed. |
static DiffLineType |
DiffLineType.SKIPPED
Result type: Lines skipped. |
static DiffLineType |
DiffLineType.UNCHANGED
Result type: Content unchanged. |
| Methods in com.alkacon.diff with parameters of type DiffLineType | |
|---|---|
java.lang.String |
I_HtmlDiffConfiguration.getDivStyleName(DiffLineType type)
Returns the style name to format a whole line. |
java.lang.String |
HtmlDiffConfiguration.getDivStyleName(DiffLineType type)
|
java.lang.String |
I_HtmlDiffConfiguration.getSpanStyleName(DiffLineType type)
Returns the style name to format a block in a line. |
java.lang.String |
HtmlDiffConfiguration.getSpanStyleName(DiffLineType type)
|
void |
TextDiffOutput.startLine(DiffLineType type)
|
void |
I_DiffOutput.startLine(DiffLineType type)
Starts a new line of the given type. |
void |
HtmlDiffOutput.startLine(DiffLineType type)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||