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 TypeClassDescriptionclassHolds an add-delta between to revisions of a text.classHolds an change-delta between to revisions of a text.classHolds 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 DeltaReturns 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 TypeMethodDescriptionvoidAdds a delta to this revision.voidRevision.insertDelta(Delta delta) Adds a delta to the start of this revision.