|
||||||||||
| 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()
Deprecated. |
DiffType |
LineChunk.getType()
Deprecated. |
DiffType |
DiffChunk.getType()
Deprecated. |
DiffType |
CharacterChunk.getType()
Deprecated. |
DiffType |
ChangeChunk.getType()
Deprecated. |
static DiffType |
DiffType.valueOf(String name)
Deprecated. Returns the enum constant of this type with the specified name. |
static DiffType[] |
DiffType.values()
Deprecated. 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)
Deprecated. |
| Constructors in com.atlassian.confluence.diff with parameters of type DiffType | |
|---|---|
ChangeChunk(DiffType type,
List<LineChunk> lines)
Deprecated. |
|
CharacterChunk(DiffType type,
String text)
Deprecated. |
|
LineChunk(DiffType type,
List<WordChunk> words)
Deprecated. |
|
WordChunk(DiffType type,
List<CharacterChunk> characterChunks)
Deprecated. |
|
WordChunk(DiffType type,
String word)
Deprecated. |
|
| Uses of DiffType in com.atlassian.confluence.diff.beans |
|---|
| Methods in com.atlassian.confluence.diff.beans that return DiffType | |
|---|---|
DiffType |
DiffChunkBean.getType()
Deprecated. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||