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

Packages that use DiffType
com.atlassian.confluence.diff   
com.atlassian.confluence.diff.beans   
 

Uses of DiffType in com.atlassian.confluence.diff
 

Methods in com.atlassian.confluence.diff that return DiffType
 DiffType WordChunk.getType()
           
 DiffType LineChunk.getType()
           
 DiffType DiffChunk.getType()
           
 DiffType CharacterChunk.getType()
           
 DiffType ChangeChunk.getType()
           
static DiffType DiffType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DiffType[] DiffType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.atlassian.confluence.diff with parameters of type DiffType
 void ChangeChunk.setType(DiffType type)
           
 

Constructors in com.atlassian.confluence.diff with parameters of type DiffType
ChangeChunk(DiffType type, List<LineChunk> lines)
           
CharacterChunk(DiffType type, String text)
           
LineChunk(DiffType type, List<WordChunk> words)
           
WordChunk(DiffType type, List<CharacterChunk> characterChunks)
           
WordChunk(DiffType type, String word)
           
 

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

Methods in com.atlassian.confluence.diff.beans that return DiffType
 DiffType DiffChunkBean.getType()
           
 



Copyright © 2003-2011 Atlassian. All Rights Reserved.