org.eclipse.cdt.internal.ui.compare
Class CContentViewerCreator

java.lang.Object
  extended by org.eclipse.cdt.internal.ui.compare.CContentViewerCreator
All Implemented Interfaces:
org.eclipse.compare.IViewerCreator

public class CContentViewerCreator
extends java.lang.Object
implements org.eclipse.compare.IViewerCreator

Required when creating a CMergeViewer from the plugin.xml file.


Constructor Summary
CContentViewerCreator()
           
 
Method Summary
 org.eclipse.jface.viewers.Viewer createViewer(org.eclipse.swt.widgets.Composite parent, org.eclipse.compare.CompareConfiguration mp)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CContentViewerCreator

public CContentViewerCreator()
Method Detail

createViewer

public org.eclipse.jface.viewers.Viewer createViewer(org.eclipse.swt.widgets.Composite parent,
                                                     org.eclipse.compare.CompareConfiguration mp)
Specified by:
createViewer in interface org.eclipse.compare.IViewerCreator