Uses of Interface
org.eclipse.compare.contentmergeviewer.IFlushable
-
Packages that use IFlushable Package Description org.eclipse.compare.contentmergeviewer Support for compare and merge viewers which show the content side-by-side. -
-
Uses of IFlushable in org.eclipse.compare.contentmergeviewer
Classes in org.eclipse.compare.contentmergeviewer that implement IFlushable Modifier and Type Class Description class
ContentMergeViewer
An abstract compare and merge viewer with two side-by-side content areas and an optional content area for the ancestor.class
TextMergeViewer
A text merge viewer uses theRangeDifferencer
to perform a textual, line-by-line comparison of two (or three) input documents.
-