Class NoDifferencesViewerCreator

  • All Implemented Interfaces:
    org.eclipse.compare.IViewerCreator

    public class NoDifferencesViewerCreator
    extends Object
    implements org.eclipse.compare.IViewerCreator
    Creates an empty viewer with a single centered label which says there is no differences for the comparison.
    • Constructor Detail

      • NoDifferencesViewerCreator

        public NoDifferencesViewerCreator()
    • Method Detail

      • createViewer

        public org.eclipse.jface.viewers.Viewer createViewer​(org.eclipse.swt.widgets.Composite parent,
                                                             org.eclipse.compare.CompareConfiguration config)
        Specified by:
        createViewer in interface org.eclipse.compare.IViewerCreator
        See Also:
        IViewerCreator.createViewer(org.eclipse.swt.widgets.Composite, org.eclipse.compare.CompareConfiguration)