|
 |
|
| |
Uses of Class org.eclipse.compare.rangedifferencer.AbstractRangeDifferenceFactory
| Methods in
org.eclipse.compare.rangedifferencer with parameters of type
AbstractRangeDifferenceFactory
|
static
RangeDifference[]
|
RangeDifferencer.
findDifferences
(
AbstractRangeDifferenceFactory factory,
IProgressMonitor pm,
IRangeComparator left,
IRangeComparator right)
Finds the differences between two IRangeComparators. |
static
RangeDifference[]
|
RangeDifferencer.
findDifferences
(
AbstractRangeDifferenceFactory factory,
IProgressMonitor pm,
IRangeComparator ancestor,
IRangeComparator left,
IRangeComparator right)
Finds the differences among three IRangeComparators. |
static
RangeDifference[]
|
RangeDifferencer.
findRanges
(
AbstractRangeDifferenceFactory factory,
IProgressMonitor pm,
IRangeComparator left,
IRangeComparator right)
Finds the differences among two IRangeComparators. |
static
RangeDifference[]
|
RangeDifferencer.
findRanges
(
AbstractRangeDifferenceFactory factory,
IProgressMonitor pm,
IRangeComparator ancestor,
IRangeComparator left,
IRangeComparator right)
Finds the differences among three IRangeComparators. |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.
|
|
|