Extension SDK 10.1.3.36.73

Package oracle.javatools.compare

Contains classes and interfaces for compare / merge components, including diff algorithms, model classes and some view implementations.

See:
          Description

Interface Summary
CompareAlgorithm An algorithm capable of comparing two contributors and returning a model of the differences between them.
CompareHintListener  
CompareModel The model for a comparison between two CompareElements.
CompareView A component that is used to visualize the differences between CompareContributors.
EditableContributor A CompareContributor that can be edited implements this interface.
 

Class Summary
CompareContributor The base class for a single participant in compare.
CompareDifference The base class representing a compare / merge difference.
CompareHints Compare viewer and component are used in components other than the compare tool.
CompareMain Standalone version of the compare viewer for use on the command line.
CompareMode Enumeration-style class representing the mode of a compare view.
CompareModelFactory Factory that knows how to create a CompareModel using a CompareAlgorithm.
CompareUtils Miscellaneous utilities (for the client) that make use of the compare algorithms.
CompareViewFactory Factory that can be used to obtain a compare view from a model without knowing specifically which viewer is being used.
ContributorKind There are up to three contributors to a compare operation.
 

Exception Summary
CompareFailedException An exception indicating that an error occurred during compare.
 

Package oracle.javatools.compare Description

Contains classes and interfaces for compare / merge components, including diff algorithms, model classes and some view implementations.


Extension SDK 10.1.3.36.73

 

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