public class TextDiffNode
extends org.eclipse.compare.structuremergeviewer.DiffNode
Modifier and Type | Field and Description |
---|---|
protected TextChangeConflict |
conflict |
protected java.lang.String |
description |
protected java.lang.String |
lang |
static java.lang.String |
LANG_PROPERTY
Property of CompareConfiguration holding original language
|
Constructor and Description |
---|
TextDiffNode(org.eclipse.compare.structuremergeviewer.IDiffContainer parent,
int kind) |
TextDiffNode(org.eclipse.compare.structuremergeviewer.IDiffContainer parent,
int kind,
org.eclipse.compare.ITypedElement ancestor,
org.eclipse.compare.ITypedElement left,
org.eclipse.compare.ITypedElement right) |
TextDiffNode(int kind) |
TextDiffNode(int kind,
org.eclipse.compare.ITypedElement ancestor,
org.eclipse.compare.ITypedElement left,
org.eclipse.compare.ITypedElement right) |
TextDiffNode(org.eclipse.compare.ITypedElement left,
org.eclipse.compare.ITypedElement right) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
java.lang.String |
getLang() |
TextChangeConflict |
getTextConflict() |
TextDiffNode |
setDescription(java.lang.String text) |
TextDiffNode |
setLang(java.lang.String lang) |
TextDiffNode |
setTextConflict(TextChangeConflict conflict) |
addCompareInputChangeListener, copy, dontExpand, equals, fireChange, getAncestor, getId, getImage, getLeft, getName, getRight, getType, hashCode, removeCompareInputChangeListener, setAncestor, setDontExpand, setLeft, setRight
add, findChild, getChildren, hasChildren, remove, removeToRoot
getKind, getParent, setKind, setParent
public static final java.lang.String LANG_PROPERTY
protected TextChangeConflict conflict
protected java.lang.String lang
protected java.lang.String description
public TextDiffNode(int kind)
public TextDiffNode(org.eclipse.compare.ITypedElement left, org.eclipse.compare.ITypedElement right)
public TextDiffNode(org.eclipse.compare.structuremergeviewer.IDiffContainer parent, int kind)
public TextDiffNode(int kind, org.eclipse.compare.ITypedElement ancestor, org.eclipse.compare.ITypedElement left, org.eclipse.compare.ITypedElement right)
public TextDiffNode(org.eclipse.compare.structuremergeviewer.IDiffContainer parent, int kind, org.eclipse.compare.ITypedElement ancestor, org.eclipse.compare.ITypedElement left, org.eclipse.compare.ITypedElement right)
public TextDiffNode setTextConflict(TextChangeConflict conflict)
public TextChangeConflict getTextConflict()
public TextDiffNode setLang(java.lang.String lang)
public java.lang.String getLang()
public TextDiffNode setDescription(java.lang.String text)
public java.lang.String getDescription()