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
          Deprecated. since 5.7
 class CharacterChunk
          Deprecated. since 5.7
 class LineChunk
          Deprecated. since 5.7
 class WordChunk
          Deprecated. since 5.7
 

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

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

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

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>
          Deprecated. since 5.7
 



Copyright © 2003–2015 Atlassian. All rights reserved.