Delta Tree Sorters

Identifier:
com.ibm.xtools.comparemerge.emf.deltaTreeSorters

Since:
[Enter the first release in which this extension point appears.]

Description:
Extension for sorting the differences for a specific content type.

Configuration Markup:

<!ELEMENT extension (deltaTreeSorter+)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>


<!ELEMENT deltaTreeSorter EMPTY>

<!ATTLIST deltaTreeSorter

id            CDATA #REQUIRED

class         CDATA #REQUIRED

contentTypeId CDATA #REQUIRED>

Sorts the differencesin for a specific content type.



Examples:


<extension point="com.ibm.xtools.comparemerge.emf.deltaTreeFilters">
    <deltaTreeFilter
        id="YourDeltaTreeSorter"
        contentTypeId="com.ibm.xtools.uml.msl.umlModelContentType"
        class="com.ibm.xtools.modeler.compare.YourDeltaTreeSorter">
    </deltaTreeFilter>
</extension>

API Information:
The contributed class must implement the interface com.ibm.xtools.comparemerge.emf.deltatree.IDeltaTreeSorter.

Supplied Implementation:
See DeltaTreeSorter class in the com.ibm.xtools.comparemerge.emf plugin


Copyright (c) 2007 IBM Corporation. All Rights Reserved.