Uses of Class
org.apache.wicket.util.diff.Delta
Packages that use Delta
-
Uses of Delta in org.apache.wicket.util.diff
Subclasses of Delta in org.apache.wicket.util.diffModifier 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.Methods in org.apache.wicket.util.diff that return DeltaModifier 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.Methods in org.apache.wicket.util.diff with parameters of type DeltaModifier and TypeMethodDescriptionvoid
Adds a delta to this revision.void
Revision.insertDelta
(Delta delta) Adds a delta to the start of this revision.