Class 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 Detail

      • PropertyContentMergeViewerCreator

        public PropertyContentMergeViewerCreator()
    • Method Detail

      • 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)