|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.7.2) E13403-10 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.javatools.compare.CompareHints
public class CompareHints
Compare viewer and component are used in components other than the compare tool. This class holds global compare hints which are used unless override by setting properties on the compare viewer / model after they have been initialized.
Method Summary | |
---|---|
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) |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
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()
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.7.2) E13403-10 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |