Extension SDK 10.1.3.36.73

oracle.jdeveloper.merge
Class TextMergeNodeContributor

java.lang.Object
  extended byoracle.javatools.compare.CompareContributor
      extended byoracle.javatools.compare.algorithm.sequence.SequenceCompareContributor
          extended byoracle.javatools.compare.algorithm.text.TextCompareContributor
              extended byoracle.jdeveloper.compare.TextNodeContributor
                  extended byoracle.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

Field Summary
 
Fields inherited from interface oracle.javatools.compare.EditableContributor
PROPERTY_EDITABLE, PROPERTY_MODIFIED
 
Constructor Summary
TextMergeNodeContributor(TextMergeNode mergeNode, java.lang.String title)
          Constructor.
 
Method Summary
 java.lang.String getLongLabel()
          
 java.lang.String getShortLabel()
          
 
Methods inherited from class oracle.jdeveloper.compare.TextNodeContributor
getPatchDescriptor, getTextBuffer, getType, isEditable, isModified
 
Methods inherited from class oracle.javatools.compare.algorithm.text.TextCompareContributor
addChangeListener, addTextBufferListeners, equal, getIgnoreWhitespace, getLength, removeChangeListener, setIgnoreWhitespace
 
Methods inherited from class oracle.javatools.compare.CompareContributor
addPropertyChangeListener, addPropertyChangeListener, getPropertyChangeSupport, removePropertyChangeListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface oracle.javatools.compare.EditableContributor
addChangeListener, removeChangeListener
 
Methods inherited from interface oracle.jdeveloper.compare.PatchCompareContributor
getIgnoreWhitespace
 

Constructor Detail

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.
Method Detail

getLongLabel

public java.lang.String getLongLabel()

Overrides:
getLongLabel in class TextNodeContributor
Returns:

getShortLabel

public java.lang.String getShortLabel()

Overrides:
getShortLabel in class TextNodeContributor
Returns:

Extension SDK 10.1.3.36.73

 

Copyright © 1997, 2005, Oracle.All rights reserved.