Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.4.0)

E13403-05

oracle.jdeveloper.compare
Interface IdeCompareContributor

All Known Implementing Classes:
BinaryCompareContributor, IdeTextCompareContributor, InputStreamTextContributor, TextMergeNodeContributor, TextNodeContributor, URLContributor

public interface IdeCompareContributor

A supplementary interface to a CompareContributor with IDE integration.

Since:
11.1.1.1.0 (Bulldog)

Method Summary
 Node getNode()
          Gets the primary node instance associated with the compare contributor.
 void setContextNode(Node node)
          Allows the contextual node of the compare contributor to be set by the internals of the compare framework when algorithms are executed.
 

Method Detail

setContextNode

void setContextNode(Node node)
Allows the contextual node of the compare contributor to be set by the internals of the compare framework when algorithms are executed. The contextual node may be returned from getNode() unless there is a more definite node instance that can be provided by the contributor.

Parameters:
node - the contextual node.

getNode

Node getNode()
Gets the primary node instance associated with the compare contributor.

Returns:
the node.

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.4.0)

E13403-05

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