Extension SDK 10.1.3.36.73

Uses of Interface
oracle.javatools.compare.CompareModel

Packages that use CompareModel
oracle.javatools.compare Contains classes and interfaces for compare / merge components, including diff algorithms, model classes and some view implementations. 
oracle.jdeveloper.merge Contains classes for merge editor abstractions, including an editor addin, commands, a controller, and utilities.  
 

Uses of CompareModel in oracle.javatools.compare
 

Methods in oracle.javatools.compare that return CompareModel
 CompareModel CompareView.getModel()
          Get the model for this view.
static CompareModel CompareModelFactory.createCompareModel(CompareContributor first, CompareContributor second)
          Compare the first contributor to the second contributor and return a model describing the differences.
 CompareModel CompareAlgorithm.compare(CompareContributor first, CompareContributor second)
          Compare two contributors, returning a model of the differences between the two.
 

Methods in oracle.javatools.compare with parameters of type CompareModel
static CompareView CompareViewFactory.createCompareView(CompareModel model)
          Create a compare view suitable for displaying the specified model.
static CompareView CompareViewFactory.createMergeView(CompareModel model)
          Create a merge view suitable for displaying the specified model.
 void CompareView.setModel(CompareModel model)
          Set the model for this view.
 

Uses of CompareModel in oracle.jdeveloper.merge
 

Methods in oracle.jdeveloper.merge that return CompareModel
protected  CompareModel TextMergeEditor.createMergeModelImpl(Context context)
          Creates a merge compare model, based on the current editor context (implementor).
protected  CompareModel AbstractMergeEditor.createMergeModel(Context context)
          Creates a merge compare model, based on the current editor context.
protected abstract  CompareModel AbstractMergeEditor.createMergeModelImpl(Context context)
          Creates a merge compare model, based on the current editor context (implementor).
 

Methods in oracle.jdeveloper.merge with parameters of type CompareModel
protected  boolean TextMergeEditor.saveMergeImpl(Context context, CompareModel compareModel)
          Saves the merge results, without user confirmation (implementor).
protected abstract  boolean AbstractMergeEditor.saveMergeImpl(Context context, CompareModel compareModel)
          Saves the merge results, without user confirmation (implementor).
 


Extension SDK 10.1.3.36.73

 

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