Uses of Package
org.eclipse.compare.contentmergeviewer
-
Packages that use org.eclipse.compare.contentmergeviewer Package Description org.eclipse.compare.contentmergeviewer Support for compare and merge viewers which show the content side-by-side.org.eclipse.compare.structuremergeviewer Provides support for finding and displaying the differences between hierarchically structured data. -
Classes in org.eclipse.compare.contentmergeviewer used by org.eclipse.compare.contentmergeviewer Class Description ContentMergeViewer An abstract compare and merge viewer with two side-by-side content areas and an optional content area for the ancestor.IFlushable Interface which provides the ability to flush the contents from the viewer model (for example, anIDocument
for text based content) into the underlying compare model ( most likely an instance ofIEditableContent
).ITokenComparator For performing a so-called "token compare" on a line of text. -
Classes in org.eclipse.compare.contentmergeviewer used by org.eclipse.compare.structuremergeviewer Class Description IDocumentRange Defines a subrange in a document.