Uses of Interface
com.atlassian.confluence.diff.DiffChunk

Packages that use DiffChunk
com.atlassian.confluence.diff   
com.atlassian.confluence.diff.beans   
com.atlassian.confluence.diff.renderer   
 

Uses of DiffChunk in com.atlassian.confluence.diff
 

Classes in com.atlassian.confluence.diff that implement DiffChunk
 class ChangeChunk
          Represents multiple consecutive lines of changes.
 class CharacterChunk
          Represents a group of characters sharing the same diff type - unchanged, added or deleted.
 class LineChunk
          Represents one line of diffed text.
 class WordChunk
          Represents a single word of diffed text.
 

Methods in com.atlassian.confluence.diff that return types with arguments of type DiffChunk
 java.util.List<? extends DiffChunk> DiffChunk.getChildren()
           
 java.util.List<? extends DiffChunk> CharacterChunk.getChildren()
           
 

Uses of DiffChunk in com.atlassian.confluence.diff.beans
 

Constructors in com.atlassian.confluence.diff.beans with parameters of type DiffChunk
DiffChunkBean(DiffChunk chunk)
           
 

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

Classes in com.atlassian.confluence.diff.renderer with type parameters of type DiffChunk
 interface DiffChunkRenderer<T extends DiffChunk>
          Renders a DiffChunk into a specific format (i.e.
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.