Class DefaultXtextThreeSideTextMergeViewerCreator

    • Constructor Detail

      • DefaultXtextThreeSideTextMergeViewerCreator

        public DefaultXtextThreeSideTextMergeViewerCreator()
    • Method Detail

      • createViewer

        public ThreeSideTextMergeViewer createViewer​(org.eclipse.swt.widgets.Composite parent,
                                                     org.eclipse.compare.CompareConfiguration compareConfiguration,
                                                     org.eclipse.ui.services.IServiceLocator serviceLocator)
        Description copied from interface: IThreeSideTextMergeViewerCreator
        Creates a new merge viewer under the given SWT parent control.
        Specified by:
        createViewer in interface IThreeSideTextMergeViewerCreator
        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