Package | Description |
---|---|
org.eclipse.compare.contentmergeviewer |
Support for compare and merge viewers which show the
content side-by-side.
|
org.eclipse.compare.rangedifferencer |
Provides support for finding the differences between
two or three sequences of comparable entities.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ITokenComparator
For performing a so-called "token compare" on a line of text.
|
Modifier and Type | Method and Description |
---|---|
static RangeDifference[] |
RangeDifferencer.findDifferences(IProgressMonitor pm,
IRangeComparator left,
IRangeComparator right)
Finds the differences between two
IRangeComparator s. |
static RangeDifference[] |
RangeDifferencer.findDifferences(IProgressMonitor pm,
IRangeComparator ancestor,
IRangeComparator left,
IRangeComparator right)
Finds the differences among three
IRangeComparator s. |
static RangeDifference[] |
RangeDifferencer.findDifferences(IRangeComparator left,
IRangeComparator right)
Finds the differences between two
IRangeComparator s. |
static RangeDifference[] |
RangeDifferencer.findDifferences(IRangeComparator ancestor,
IRangeComparator left,
IRangeComparator right)
Finds the differences among three
IRangeComparator s. |
static RangeDifference[] |
RangeDifferencer.findRanges(IProgressMonitor pm,
IRangeComparator left,
IRangeComparator right)
Finds the differences among two
IRangeComparator s. |
static RangeDifference[] |
RangeDifferencer.findRanges(IProgressMonitor pm,
IRangeComparator ancestor,
IRangeComparator left,
IRangeComparator right)
Finds the differences among three
IRangeComparator s. |
static RangeDifference[] |
RangeDifferencer.findRanges(IRangeComparator left,
IRangeComparator right)
Finds the differences among two
IRangeComparator s. |
static RangeDifference[] |
RangeDifferencer.findRanges(IRangeComparator ancestor,
IRangeComparator left,
IRangeComparator right)
Finds the differences among three
IRangeComparator s. |
boolean |
IRangeComparator.rangesEqual(int thisIndex,
IRangeComparator other,
int otherIndex)
Returns whether the comparable entity given by the first index
matches an entity specified by the other
IRangeComparator and index. |
boolean |
IRangeComparator.skipRangeComparison(int length,
int maxLength,
IRangeComparator other)
Returns whether a comparison should be skipped because it would be too costly (or lengthy).
|
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.