| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.3.0) E17493-04  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
  
oracle.javatools.compare.CompareContributor
      
oracle.javatools.compare.algorithm.sequence.SequenceCompareContributor
          
oracle.javatools.compare.algorithm.text.TextCompareContributor
              
oracle.jdeveloper.merge.TextMergeContributor
public class TextMergeContributor
Textual merge compare contributor class, based around a TextBuffer.
| Constructor Summary | |
|---|---|
TextMergeContributor(TextBuffer textBuffer, java.lang.String type, java.lang.String title)Constructor.  | 
|
| Method Summary | |
|---|---|
 java.lang.String | 
getLongLabel()Get a long label for this comparable element.  | 
 java.lang.String | 
getShortLabel()Get a short label for this comparable element.  | 
 TextBuffer | 
getTextBuffer() | 
 java.lang.String | 
getType()Get the extension of the file this contributor represents.  | 
| Methods inherited from class oracle.javatools.compare.algorithm.text.TextCompareContributor | 
|---|
_equal, addChangeListener, addTextBufferListeners, deleteElement, equal, fireChangeEvent, getDocumentModel, getElement, getIgnoreWhitespace, getLength, insertElement, removeChangeListener, replaceElement, reset, setDocumentModel, setIgnoreWhitespace | 
| Methods inherited from class oracle.javatools.compare.CompareContributor | 
|---|
addPropertyChangeListener, addPropertyChangeListener, getProperty, getPropertyChangeSupport, removePropertyChangeListener, setLongLabel, setProperty, setShortLabel, setType | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public TextMergeContributor(TextBuffer textBuffer,
                            java.lang.String type,
                            java.lang.String title)
textBuffer - the text buffer on which the contributor is based.type - the type (a file suffix, used for view syntax highlighting).title - the user-visible title of the contributor.| Method Detail | 
|---|
public TextBuffer getTextBuffer()
getTextBuffer in class oracle.javatools.compare.algorithm.text.TextCompareContributorpublic java.lang.String getType()
getType in class CompareContributorpublic java.lang.String getLongLabel()
getLongLabel in class CompareContributorpublic java.lang.String getShortLabel()
getShortLabel in class CompareContributor
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.3.0) E17493-04  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||