|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DiffAlgorithm | |
|---|---|
| org.xwiki.gwt.wysiwyg.client.diff | |
| org.xwiki.gwt.wysiwyg.client.diff.myers | |
| Uses of DiffAlgorithm in org.xwiki.gwt.wysiwyg.client.diff |
|---|
| Classes in org.xwiki.gwt.wysiwyg.client.diff that implement DiffAlgorithm | |
|---|---|
class |
SimpleDiff
Implements a simple differencing algortithm. |
| Fields in org.xwiki.gwt.wysiwyg.client.diff declared as DiffAlgorithm | |
|---|---|
protected DiffAlgorithm |
Diff.algorithm
The differencing algorithm to use. |
| Methods in org.xwiki.gwt.wysiwyg.client.diff that return DiffAlgorithm | |
|---|---|
protected DiffAlgorithm |
Diff.defaultAlgorithm()
|
| Methods in org.xwiki.gwt.wysiwyg.client.diff with parameters of type DiffAlgorithm | |
|---|---|
static Revision |
Diff.diff(java.lang.Object[] orig,
java.lang.Object[] rev,
DiffAlgorithm algorithm)
compute the difference between an original and a revision. |
| Constructors in org.xwiki.gwt.wysiwyg.client.diff with parameters of type DiffAlgorithm | |
|---|---|
Diff(java.lang.Object[] original,
DiffAlgorithm algorithm)
Create a differencing object using the given algorithm |
|
| Uses of DiffAlgorithm in org.xwiki.gwt.wysiwyg.client.diff.myers |
|---|
| Classes in org.xwiki.gwt.wysiwyg.client.diff.myers that implement DiffAlgorithm | |
|---|---|
class |
MyersDiff
A clean-room implementation of Eugene Myers differencing algorithm. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||