public class EmfContentMergeViewer
extends AbstractContentMergeViewer
Modifier and Type | Class and Description |
---|---|
static class |
EmfContentMergeViewer.CompareEditorMaximizer |
static class |
EmfContentMergeViewer.ErrorMessageViewer |
Constructor and Description |
---|
EmfContentMergeViewer(org.eclipse.swt.widgets.Composite parent,
org.eclipse.compare.CompareConfiguration config)
Constructs a new EmfContentMergeViewer.
|
Modifier and Type | Method and Description |
---|---|
protected org.eclipse.jface.viewers.Viewer |
createStructureMergeViewer()
Creates a new instance of the merge viewer to be used in the standard C/M
scenario (not VP).
|
protected org.eclipse.jface.viewers.Viewer |
createVersionPickerMergeViewer()
Creates a new instance of the merge viewer to be used in the Version
Picker scenario.
|
protected org.eclipse.jface.viewers.Viewer |
initializeMergeViewer(java.lang.Object input)
This method is called from setInput().
|
protected boolean |
isModelWithDifferentIdentities(java.lang.Object input)
Determines if the contributors of the given compare input have different
root GUID id.
|
protected java.lang.Object |
reorganizeCompareInput(java.lang.Object input) |
public EmfContentMergeViewer(org.eclipse.swt.widgets.Composite parent, org.eclipse.compare.CompareConfiguration config)
protected org.eclipse.jface.viewers.Viewer initializeMergeViewer(java.lang.Object input)
com.ibm.xtools.comparemerge.ui.viewers.AbstractContentMergeViewer#initializeMergeViewer(java.lang.Object)
protected org.eclipse.jface.viewers.Viewer createVersionPickerMergeViewer()
protected org.eclipse.jface.viewers.Viewer createStructureMergeViewer()
protected boolean isModelWithDifferentIdentities(java.lang.Object input)
input
- Given Compare Inputprotected java.lang.Object reorganizeCompareInput(java.lang.Object input)