Uses of Class
org.eclipse.compare.structuremergeviewer.DiffTreeViewer
-
Packages that use DiffTreeViewer Package Description org.eclipse.compare.structuremergeviewer Provides support for finding and displaying the differences between hierarchically structured data. -
-
Uses of DiffTreeViewer in org.eclipse.compare.structuremergeviewer
Subclasses of DiffTreeViewer in org.eclipse.compare.structuremergeviewer Modifier and Type Class Description class
StructureDiffViewer
A diff tree viewer that can be configured with aIStructureCreator
to retrieve a hierarchical structure from the input object (anICompareInput
) and perform a two-way or three-way compare on it.
-