Class PropertyContentMergeViewerCreator

java.lang.Object
org.eclipse.emf.compare.ide.ui.internal.contentmergeviewer.property.PropertyContentMergeViewerCreator
All Implemented Interfaces:
org.eclipse.compare.IViewerCreator

public class PropertyContentMergeViewerCreator extends Object implements org.eclipse.compare.IViewerCreator
An IViewerCreator that creates a PropertyContentMergeViewer.
  • Constructor Details

    • PropertyContentMergeViewerCreator

      public PropertyContentMergeViewerCreator()
  • Method Details

    • createViewer

      public org.eclipse.jface.viewers.Viewer createViewer(org.eclipse.swt.widgets.Composite parent, org.eclipse.compare.CompareConfiguration configuration)

      This implementation creates a PropertyContentMergeViewer.

      Specified by:
      createViewer in interface org.eclipse.compare.IViewerCreator
      See Also:
      • IViewerCreator.createViewer(Composite, CompareConfiguration)