Class NoVisibleItemViewerCreator

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

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

      • NoVisibleItemViewerCreator

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