| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.4.0) E13403-05  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.javatools.compare.CompareContributor
oracle.javatools.compare.algorithm.sequence.SequenceCompareContributor
oracle.javatools.compare.algorithm.text.TextCompareContributor
oracle.jdeveloper.compare.IdeTextCompareContributor
public abstract class IdeTextCompareContributor
A TextCompareContributor specialization with contextual node support.
| Constructor Summary | |
|---|---|
IdeTextCompareContributor()
 | 
|
| Method Summary | |
|---|---|
protected  Node | 
getContextNode()
 | 
 Node | 
getNode()
Gets the primary node instance associated with the compare contributor.  | 
 boolean | 
isTextProcessed()
 | 
 void | 
setContextNode(Node contextNode)
Allows the contextual node of the compare contributor to be set by the internals of the compare framework when algorithms are executed.  | 
 void | 
setTextProcessed(boolean textProcessed)
 | 
| Methods inherited from class oracle.javatools.compare.algorithm.text.TextCompareContributor | 
|---|
addChangeListener, addTextBufferListeners, deleteElement, equal, fireChangeEvent, getDocumentModel, getElement, getIgnoreWhitespace, getLength, getTextBuffer, insertElement, removeChangeListener, replaceElement, setDocumentModel, setIgnoreWhitespace | 
| Methods inherited from class oracle.javatools.compare.CompareContributor | 
|---|
addPropertyChangeListener, addPropertyChangeListener, getLongLabel, getPropertyChangeSupport, getShortLabel, getType, removePropertyChangeListener, setLongLabel, setShortLabel, setType | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public IdeTextCompareContributor()
| Method Detail | 
|---|
public void setContextNode(Node contextNode)
IdeCompareContributorIdeCompareContributor.getNode() unless there is a 
 more definite node instance that can be provided by the contributor.
setContextNode in interface IdeCompareContributorcontextNode - the contextual node.protected final Node getContextNode()
public Node getNode()
IdeCompareContributor
getNode in interface IdeCompareContributorpublic final void setTextProcessed(boolean textProcessed)
public final boolean isTextProcessed()
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.4.0) E13403-05  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||