Uses of Class
org.xwiki.gwt.wysiwyg.client.diff.Delta

Packages that use Delta
org.xwiki.gwt.wysiwyg.client.diff   
 

Uses of Delta in org.xwiki.gwt.wysiwyg.client.diff
 

Subclasses of Delta in org.xwiki.gwt.wysiwyg.client.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.xwiki.gwt.wysiwyg.client.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.xwiki.gwt.wysiwyg.client.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 XWiki. All Rights Reserved.