public class CompareHints
extends java.lang.Object
| Modifier and Type | Method and Description | 
|---|---|
static void | 
addListener(CompareHintListener cl)  | 
static boolean | 
isIgnoreWhiteSpace()  | 
static boolean | 
isShowCharDifferences()  | 
static void | 
removeListener(CompareHintListener cl)  | 
static void | 
setIgnoreWhiteSpace(boolean ignoreWhiteSp)  | 
static void | 
setShowCharDifferences(boolean showCharDiff)  | 
public static void addListener(CompareHintListener cl)
public static void removeListener(CompareHintListener cl)
public static void setIgnoreWhiteSpace(boolean ignoreWhiteSp)
public static boolean isIgnoreWhiteSpace()
public static void setShowCharDifferences(boolean showCharDiff)
public static boolean isShowCharDifferences()