public abstract static class DiffDividerDrawUtil.DividerPaintable.Handler
extends java.lang.Object
Constructor and Description |
---|
Handler() |
Modifier and Type | Method and Description |
---|---|
boolean |
process(int startLine1,
int endLine1,
int startLine2,
int endLine2,
java.awt.Color color) |
abstract boolean |
process(int startLine1,
int endLine1,
int startLine2,
int endLine2,
java.awt.Color backgroundColor,
java.awt.Color borderColor,
boolean dottedBorder) |
boolean |
processExcludable(int startLine1,
int endLine1,
int startLine2,
int endLine2,
Editor editor,
TextDiffType type,
boolean excluded) |
boolean |
processResolvable(int startLine1,
int endLine1,
int startLine2,
int endLine2,
Editor editor,
TextDiffType type,
boolean resolved) |
public boolean process(int startLine1, int endLine1, int startLine2, int endLine2, java.awt.Color color)
public boolean processResolvable(int startLine1, int endLine1, int startLine2, int endLine2, Editor editor, TextDiffType type, boolean resolved)
public boolean processExcludable(int startLine1, int endLine1, int startLine2, int endLine2, Editor editor, TextDiffType type, boolean excluded)
public abstract boolean process(int startLine1, int endLine1, int startLine2, int endLine2, java.awt.Color backgroundColor, java.awt.Color borderColor, boolean dottedBorder)