Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


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()

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


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