Class NoVisibleItemViewerCreator
- java.lang.Object
-
- org.eclipse.emf.compare.ide.ui.internal.contentmergeviewer.label.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 Summary
Constructors Constructor Description NoVisibleItemViewerCreator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.jface.viewers.Viewer
createViewer(org.eclipse.swt.widgets.Composite parent, org.eclipse.compare.CompareConfiguration config)
-
-
-
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 interfaceorg.eclipse.compare.IViewerCreator
- See Also:
IViewerCreator.createViewer(org.eclipse.swt.widgets.Composite, org.eclipse.compare.CompareConfiguration)
-
-