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

Packages that use DiffType
com.atlassian.confluence.diff   
 

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()
           
static DiffType DiffType.valueOf(java.lang.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 LineChunk.setType(DiffType type)
           
 

Constructors in com.atlassian.confluence.diff with parameters of type DiffType
CharacterChunk(DiffType type, java.lang.String text)
           
LineChunk(DiffType type, java.util.List<com.atlassian.confluence.diff.DiffLine> lines)
           
WordChunk(DiffType type, java.util.List<CharacterChunk> characterChunks)
           
WordChunk(DiffType type, java.lang.String text)
           
 



Copyright © 2003-2009 Atlassian Pty Ltd. All Rights Reserved.