Interface IThreeSideTextMergeViewerCreator

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      ThreeSideTextMergeViewer createViewer​(org.eclipse.swt.widgets.Composite parent, org.eclipse.compare.CompareConfiguration compareConfiguration, org.eclipse.ui.services.IServiceLocator serviceLocator)
      Creates a new merge viewer under the given SWT parent control.
    • Method Detail

      • createViewer

        ThreeSideTextMergeViewer createViewer​(org.eclipse.swt.widgets.Composite parent,
                                              org.eclipse.compare.CompareConfiguration compareConfiguration,
                                              org.eclipse.ui.services.IServiceLocator serviceLocator)
        Creates a new merge viewer under the given SWT parent control.
        Parameters:
        parent - the SWT parent control under which to create the viewer's controls, can not be null
        compareConfiguration - the compare configuration the newly created viewer will use, can not be null
        serviceLocator - the service locator, can not be null
        Returns:
        the newly created merge viewer, never null