Uses of Interface
org.eclipse.compare.contentmergeviewer.ITokenComparator
Packages that use ITokenComparator
Package
Description
Support for compare and merge viewers which show the
content side-by-side.
-
Uses of ITokenComparator in org.eclipse.compare.contentmergeviewer
Classes in org.eclipse.compare.contentmergeviewer that implement ITokenComparatorModifier and TypeClassDescriptionclassImplements theITokenComparatorinterface for words (or tokens) in a string.Methods in org.eclipse.compare.contentmergeviewer that return ITokenComparatorModifier and TypeMethodDescriptionprotected ITokenComparatorTextMergeViewer.createTokenComparator(String line) Creates anITokenComparatorwhich is used to show the intra line differences. -
Uses of ITokenComparator in org.eclipse.compare.internal
Classes in org.eclipse.compare.internal that implement ITokenComparatorModifier and TypeClassDescriptionclassImplements theIRangeComparatorinterface for lines in a document.