Uses of Class
org.apache.wicket.util.diff.Chunk
Packages that use Chunk
-
Uses of Chunk in org.apache.wicket.util.diff
Fields in org.apache.wicket.util.diff declared as ChunkMethods in org.apache.wicket.util.diff that return ChunkModifier and TypeMethodDescriptionDelta.getOriginal()
Accessor method to return the chunk representing the original sequence of itemsDelta.getRevised()
Accessor method to return the chunk representing the updated sequence of items.Methods in org.apache.wicket.util.diff with parameters of type ChunkModifier and TypeMethodDescriptionprotected void
Initializes the delta with the given chunks from the original and revised texts.static Delta
Returns a Delta that corresponds to the given chunks in the original and revised text respectively.Constructors in org.apache.wicket.util.diff with parameters of type ChunkModifierConstructorDescriptionConstruct.ChangeDelta
(Chunk orig, Chunk rev) Construct.DeleteDelta
(Chunk orig) Construct.protected
Creates a delta object with the given chunks from the original and revised texts.