|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1) E13403-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.compare.IdeTextCompareContributor oracle.jdeveloper.compare.TextNodeContributor
public class TextNodeContributor
A TextCompareContributor based on the current contents of an editor buffer.
Field Summary |
---|
Fields inherited from interface oracle.javatools.compare.algorithm.EditableContributor |
---|
PROPERTY_EDITABLE, PROPERTY_MODIFIED |
Constructor Summary | |
---|---|
TextNodeContributor(TextNode node)
|
Method Summary | |
---|---|
java.lang.String |
getLongLabel()
Get a long label for this comparable element. |
Node |
getNode()
Gets the primary node instance associated with the compare contributor. |
PatchCompareDescriptor |
getPatchDescriptor()
Gets the patch descriptor object for the compare contributor, used in the creation of a patch. |
java.lang.String |
getShortLabel()
Get a short label for this comparable element. |
TextBuffer |
getTextBuffer()
Gets the text buffer for the comparison and patch contribution. |
TextNode |
getTextNode()
|
java.lang.String |
getType()
Get the extension of the file this contributor represents. |
boolean |
isEditable()
|
boolean |
isModified()
|
Methods inherited from class oracle.jdeveloper.compare.IdeTextCompareContributor |
---|
getContextNode, isTextProcessed, setContextNode, setTextProcessed |
Methods inherited from class oracle.javatools.compare.algorithm.text.TextCompareContributor |
---|
addChangeListener, addTextBufferListeners, deleteElement, equal, fireChangeEvent, getDocumentModel, getElement, getIgnoreWhitespace, getLength, insertElement, removeChangeListener, replaceElement, setDocumentModel, setIgnoreWhitespace |
Methods inherited from class oracle.javatools.compare.CompareContributor |
---|
addPropertyChangeListener, addPropertyChangeListener, getPropertyChangeSupport, removePropertyChangeListener, setLongLabel, setShortLabel, setType |
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.algorithm.EditableContributor |
---|
addChangeListener, removeChangeListener |
Methods inherited from interface oracle.jdeveloper.compare.PatchCompareContributor |
---|
getIgnoreWhitespace |
Constructor Detail |
---|
public TextNodeContributor(TextNode node)
Method Detail |
---|
public TextBuffer getTextBuffer()
PatchCompareContributor
getTextBuffer
in interface PatchCompareContributor
getTextBuffer
in class oracle.javatools.compare.algorithm.text.TextCompareContributor
public java.lang.String getType()
CompareContributor
getType
in class CompareContributor
public java.lang.String getShortLabel()
CompareContributor
getShortLabel
in class CompareContributor
public java.lang.String getLongLabel()
CompareContributor
getLongLabel
in class CompareContributor
public boolean isEditable()
isEditable
in interface oracle.javatools.compare.algorithm.EditableContributor
public boolean isModified()
isModified
in interface oracle.javatools.compare.algorithm.EditableContributor
public PatchCompareDescriptor getPatchDescriptor()
PatchCompareContributor
getPatchDescriptor
in interface PatchCompareContributor
public TextNode getTextNode()
public Node getNode()
IdeCompareContributor
getNode
in interface IdeCompareContributor
getNode
in class IdeTextCompareContributor
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1) E13403-04 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |