Conflict Renderers
Identifier:
com.ibm.xtools.comparemerge.emf.conflictRenderers
Description:
Used to add a custom conflict renderer for a specific content type. Very useful when a specific object type must be rendered in a custom way. For example, the diagramconflictRenderer handles the display of color names for fillColor, lineColor and fontColor.
Configuration Markup:
<!ELEMENT extension (renderer+)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT renderer EMPTY>
<!ATTLIST renderer
id CDATA #REQUIRED
class CDATA #REQUIRED
contentType CDATA #REQUIRED>
- id - unique id
- class - class that implements com.ibm.xtools.comparemerge.emf.renderer.IConflictRenderer
- contentType -
Copyright (c) 2004, 2018 Model RealTime, HCL and others. All Rights Reserved.