SUMMARY:
java.lang.Object
oracle.javatools.compare.CompareContributor
oracle.javatools.compare.algorithm.sequence.SequenceCompareContributor
oracle.javatools.compare.algorithm.text.TextCompareContributor
oracle.jdeveloper.compare.IdeTextCompareContributor
oracle.jdeveloper.compare.TextNodeContributor
oracle.jdeveloper.merge.TextMergeNodeContributor
- All Implemented Interfaces:
- oracle.javatools.compare.algorithm.EditableContributor, IdeCompareContributor, PatchCompareContributor
public class TextMergeNodeContributor
- extends TextNodeContributor
Textual merge compare contributor class, based around a TextMergeNode
.
Instances of this class represent the editable contributor to the merge UI.
This is usually the 'ancestor'.
- Since:
- 10.1.3.0.3
TextMergeNodeContributor
public TextMergeNodeContributor(TextMergeNode mergeNode,
java.lang.String title)
- Constructor.
- Parameters:
mergeNode
- the merge node on which the contributor is based.title
- the user-visible title of the contributor.
getLongLabel
public java.lang.String getLongLabel()
- Get a long label for this comparable element.
- Overrides:
getLongLabel
in class TextNodeContributor
- Returns:
- a long label for this comparable element.
getShortLabel
public java.lang.String getShortLabel()
- Get a short label for this comparable element.
- Overrides:
getShortLabel
in class TextNodeContributor
- Returns:
- a short label for this comparable element.