Uses of Class
org.apache.wicket.util.diff.Delta
-
Uses of Delta in org.apache.wicket.util.diff
Modifier and TypeClassDescriptionclass
Holds an add-delta between to revisions of a text.class
Holds an change-delta between to revisions of a text.class
Holds a delete-delta between to revisions of a text.Modifier and TypeMethodDescriptionRevision.getDelta
(int i) Retrieves a delta from this revision by position.static Delta
Returns a Delta that corresponds to the given chunks in the original and revised text respectively.Modifier and TypeMethodDescriptionvoid
Adds a delta to this revision.void
Revision.insertDelta
(Delta delta) Adds a delta to the start of this revision.