|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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(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 |
ChangeChunk.setType(DiffType type)
|
Constructors in com.atlassian.confluence.diff with parameters of type DiffType | |
---|---|
ChangeChunk(DiffType type,
java.util.List<LineChunk> lines)
|
|
CharacterChunk(DiffType type,
java.lang.String text)
|
|
LineChunk(DiffType type,
java.util.List<WordChunk> words)
|
|
WordChunk(DiffType type,
java.util.List<CharacterChunk> characterChunks)
|
|
WordChunk(DiffType type,
java.lang.String word)
|
Uses of DiffType in com.atlassian.confluence.diff.beans |
---|
Methods in com.atlassian.confluence.diff.beans that return DiffType | |
---|---|
DiffType |
DiffChunkBean.getType()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |