oracle.jdeveloper.merge
Class TextMergeNodeContributor
java.lang.Object
oracle.javatools.compare.CompareContributor
oracle.javatools.compare.algorithm.sequence.SequenceCompareContributor
oracle.javatools.compare.algorithm.text.TextCompareContributor
oracle.jdeveloper.compare.TextNodeContributor
oracle.jdeveloper.merge.TextMergeNodeContributor
- All Implemented Interfaces:
- EditableContributor, 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
| Methods inherited from class oracle.javatools.compare.algorithm.text.TextCompareContributor |
addChangeListener, addTextBufferListeners, equal, getIgnoreWhitespace, getLength, removeChangeListener, setIgnoreWhitespace |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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()
-
- Overrides:
getLongLabel in class TextNodeContributor
- Returns:
getShortLabel
public java.lang.String getShortLabel()
-
- Overrides:
getShortLabel in class TextNodeContributor
- Returns:
Copyright © 1997, 2005, Oracle.All rights reserved.