Uses of Class
com.atlassian.confluence.diff.WordChunk

Packages that use WordChunk
com.atlassian.confluence.diff   
com.atlassian.confluence.diff.renderer   
 

Uses of WordChunk in com.atlassian.confluence.diff
 

Methods in com.atlassian.confluence.diff that return types with arguments of type WordChunk
static List<WordChunk> WordLevelDiffer.diffWords(String[] originalContent, String[] revisedContent)
           
 List<WordChunk> LineChunk.getChildren()
           
 

Constructor parameters in com.atlassian.confluence.diff with type arguments of type WordChunk
LineChunk(DiffType type, List<WordChunk> words)
           
 

Uses of WordChunk in com.atlassian.confluence.diff.renderer
 

Methods in com.atlassian.confluence.diff.renderer with parameters of type WordChunk
 String HtmlWordChunkRenderer.getFormattedText(WordChunk chunk)
           
 



Copyright © 2003-2012 Atlassian. All Rights Reserved.