Uses of Class
org.apache.wicket.util.diff.Delta

Packages that use Delta
org.apache.wicket.util.diff The diff package 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
 class AddDelta
          Holds an add-delta between to revisions of a text.
 class ChangeDelta
          Holds an change-delta between to revisions of a text.
 class DeleteDelta
          Holds a delete-delta between to revisions of a text.
 

Methods in org.apache.wicket.util.diff that return Delta
 Delta Revision.getDelta(int i)
          Retrieves a delta from this revision by position.
static Delta Delta.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
 void Revision.addDelta(Delta delta)
          Adds a delta to this revision.
 void Revision.insertDelta(Delta delta)
          Adds a delta to the start of this revision.
 



Copyright © 2004-2010 Apache Software Foundation. All Rights Reserved.