Interface | Description |
---|---|
IClonableDifferenceRenderer |
Intended for difference renderers that are added via extension point and
can't be shared between multiple C/M sessions
|
IConflictRenderer |
IConflictRenderer is an interface used to generate user-readable,
translatable string representattion of the Conflict to be shown in the
Structure Viewer.
|
ICustomObjectRenderer |
Used to give the default difference renderer (or any difference renderer) the
ability to render specific objects in the way that the client prefers.
|
IDifferenceRenderer |
IDifferenceRenderer is an interface used to generate user-readable,
translatable string representation of the Difference to be shown in the
Structure Viewer.
|
Class | Description |
---|---|
DefaultConflictRenderer |
DefaultConflictRenderer is an basic EMF-generic implementation of the
IConflictRenderer
|
DefaultDifferenceRenderer |
This class provides default implementation of IDifferenceRenderer interface.
|
DefaultDifferenceRenderer.ProxyLabelProvider |