Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.1.0)

E17493-02

oracle.javatools.compare
Class CompareHints

java.lang.Object
  extended by oracle.javatools.compare.CompareHints

public class CompareHints
extends java.lang.Object

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

addListener

public static void addListener(CompareHintListener cl)

removeListener

public static void removeListener(CompareHintListener cl)

setIgnoreWhiteSpace

public static void setIgnoreWhiteSpace(boolean ignoreWhiteSp)

isIgnoreWhiteSpace

public static boolean isIgnoreWhiteSpace()

setShowCharDifferences

public static void setShowCharDifferences(boolean showCharDiff)

isShowCharDifferences

public static boolean isShowCharDifferences()

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.1.0)

E17493-02

Copyright © 1997, 2011, Oracle. All rights reserved.