Uses of Class
org.apache.wicket.util.diff.Delta
-
Packages that use Delta Package Description org.apache.wicket.util.diff Thediffpackage implements the differencing engine that JRCS uses. -
-
Uses of Delta in org.apache.wicket.util.diff
Subclasses of Delta in org.apache.wicket.util.diff Modifier and Type Class Description classAddDeltaHolds an add-delta between to revisions of a text.classChangeDeltaHolds an change-delta between to revisions of a text.classDeleteDeltaHolds a delete-delta between to revisions of a text.Methods in org.apache.wicket.util.diff that return Delta Modifier and Type Method Description DeltaRevision. getDelta(int i)Retrieves a delta from this revision by position.static DeltaDelta. newDelta(Chunk orig, Chunk rev)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 Delta Modifier and Type Method Description voidRevision. addDelta(Delta delta)Adds a delta to this revision.voidRevision. insertDelta(Delta delta)Adds a delta to the start of this revision.
-