Class LabeledViewerCreator

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

    public class LabeledViewerCreator
    extends Object
    implements org.eclipse.compare.IViewerCreator
    Creates an empty viewer with a single centered label which say to wait for the comparison to finish or there is no selected item if the comparison is finished.
    • Constructor Detail

      • LabeledViewerCreator

        public LabeledViewerCreator()
    • 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)