Interface | Description |
---|---|
IContentViewer |
This interface needs to be returned by the content viewer creator.
|
IContentViewerCreator |
An interface object for creating a
IContentViewer and
IInputInterpreter . |
IInputInterpreter |
This class mediates between the compare merge input and the content viewer.
|
Class | Description |
---|---|
AbstractContentMergeViewer |
The base class for all Aurora C/M Content Merge Viewers.
|
AbstractInputInterpreter |
Abstract parent of
IInputInterpreter class. |
AbstractMergeViewer |
The base class for all merge viewers hosted inside the
AbstractContentMergeViewer |
AbstractStructureMergeViewer |
The base class for the Merge Viewer used in compare/merge that consists of
two parts: the Structure Viewer (to show structured Differences/Conflicts)
and the Content Viewer (to show the content relevant to the selected
Diff/Conflict).
|
DefaultContentViewer |
Default implementation of the
IContentViewer interface. |
VersionPickerBinaryViewerCreator |
Provide implementation of binary version picker viewer.
|
VersionPickerTextViewerCreator |
Provide implementation of text version picker viewer.
|