Uses of Package
org.eclipse.compare.contentmergeviewer
Packages that use org.eclipse.compare.contentmergeviewer
Package
Description
Support for compare and merge viewers which show the
content side-by-side.
Provides support for finding and displaying the differences
between hierarchically structured data.
-
Classes in org.eclipse.compare.contentmergeviewer used by org.eclipse.compare.contentmergeviewerClassDescriptionAn abstract compare and merge viewer with two side-by-side content areas and an optional content area for the ancestor.Interface which provides the ability to flush the contents from the viewer model (for example, an
IDocument
for text based content) into the underlying compare model ( most likely an instance ofIEditableContent
).For performing a so-called "token compare" on a line of text. -
Classes in org.eclipse.compare.contentmergeviewer used by org.eclipse.compare.internalClassDescriptionAn abstract compare and merge viewer with two side-by-side content areas and an optional content area for the ancestor.Interface which provides the ability to flush the contents from the viewer model (for example, an
IDocument
for text based content) into the underlying compare model ( most likely an instance ofIEditableContent
).A content provider that mediates between aContentMergeViewer
's model and the viewer itself.For performing a so-called "token compare" on a line of text. -
Classes in org.eclipse.compare.contentmergeviewer used by org.eclipse.compare.structuremergeviewer