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

E13403-08

oracle.javatools.patch
Class PatchCompareView

java.lang.Object
  extended by oracle.javatools.patch.PatchCompareView
All Implemented Interfaces:
CompareView

public final class PatchCompareView
extends java.lang.Object
implements CompareView

Since:
11.0

Constructor Summary
PatchCompareView(CompareMode compareMode)
           
 
Method Summary
 java.awt.Component getGUI()
          Get the GUI for this compare view.
 CompareModel getModel()
          Get the model for this view.
 void setModel(CompareModel compareModel)
          Set the model for this view.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PatchCompareView

public PatchCompareView(CompareMode compareMode)
Method Detail

setModel

public void setModel(CompareModel compareModel)
Description copied from interface: CompareView
Set the model for this view.

Specified by:
setModel in interface CompareView
Parameters:
compareModel - the compare model to render in this view.

getModel

public CompareModel getModel()
Description copied from interface: CompareView
Get the model for this view.

Specified by:
getModel in interface CompareView
Returns:
a CompareModel instance.

getGUI

public java.awt.Component getGUI()
Description copied from interface: CompareView
Get the GUI for this compare view.

Specified by:
getGUI in interface CompareView
Returns:
a Component.

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

E13403-08

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