Uses of Class
org.xwiki.diff.display.InlineDiffChunk

Uses of InlineDiffChunk in org.xwiki.diff.display
 

Methods in org.xwiki.diff.display that return types with arguments of type InlineDiffChunk
<E> List<InlineDiffChunk<E>>
InlineDiffDisplayer.display(DiffResult<E> diffResult)
          Displays the given diff result as an in-line diff.
 List<InlineDiffChunk<F>> UnifiedDiffElement.getChunks()
           
 

Method parameters in org.xwiki.diff.display with type arguments of type InlineDiffChunk
 void UnifiedDiffElement.setChunks(List<InlineDiffChunk<F>> chunks)
          Sets the list of chunks of sub-elements that form this element.
 



Copyright © 2004-2013 XWiki. All Rights Reserved.