Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.eclipse.compare.structuremergeviewer

Interface Summary
ICompareInput Interface for objects used as input to a two-way or three-way compare viewer.
ICompareInputChangeListener Listener that gets informed if one (or more) of the three sides of an ICompareInput object changes its value.
IDiffContainer IDiffContainer is a IDiffElement with children.
IDiffElement An IDiffElement is used in the DiffTreeViewer to display the kind of change detected as the result of a two-way or three-way compare.
IStructureComparator Interface used to compare hierarchical structures.
IStructureCreator Interface used to create a hierarchical structure of IStructureComparators for a given input object.
 

Class Summary
DiffContainer The standard implementation of a diff container element.
DiffElement An abstract base implementation of the IDiffElement interface.
Differencer A generic two-way or three-way differencing engine.
Differencer.Node  
DiffNode Diff node are used as the compare result of the differencing engine.
DiffTreeViewer A tree viewer that works on objects implementing the IDiffContainer and IDiffElement interfaces.
DiffTreeViewer.DiffViewerSorter  
DiffTreeViewer.FilterSame  
DocumentRangeNode A document range node represents a structural element when performing a structure compare of documents.
StructureDiffViewer A diff tree viewer that can be configured with a IStructureCreator to retrieve a hierarchical structure from the input object (an ICompareInput) and perform a two-way or three-way compare on it.