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

E13403-07

oracle.javatools.compare
Interface CompareView

All Known Subinterfaces:
IdeCompareView
All Known Implementing Classes:
BaseCompareView, IdeBaseCompareView, ListCompareView, PatchCompareView, SequenceCompareView, WedgeCompareView

public interface CompareView

A component that is used to visualize the differences between CompareContributors. This interface is provided for applications that deal with compare viewers generically for different types of resource.

Since:
10.0.3

Method Summary
 java.awt.Component getGUI()
          Get the GUI for this compare view.
 CompareModel getModel()
          Get the model for this view.
 void setModel(CompareModel model)
          Set the model for this view.
 

Method Detail

setModel

void setModel(CompareModel model)
Set the model for this view.

Parameters:
model - the compare model to render in this view.

getGUI

java.awt.Component getGUI()
Get the GUI for this compare view.

Returns:
a Component.

getModel

CompareModel getModel()
Get the model for this view.

Returns:
a CompareModel instance.

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

E13403-07

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