com.bonevich.eclipse.cvsgrapher.editors
Class CvsGraphEditPartFactory

java.lang.Object
  extended bycom.bonevich.eclipse.cvsgrapher.editors.CvsGraphEditPartFactory
All Implemented Interfaces:
org.eclipse.gef.EditPartFactory

public final class CvsGraphEditPartFactory
extends java.lang.Object
implements org.eclipse.gef.EditPartFactory

Edit parts factory for the CVS Graph GEF Editor. This factory returns EditPart corresponding to a given model object.


Constructor Summary
CvsGraphEditPartFactory()
           
 
Method Summary
 org.eclipse.gef.EditPart createEditPart(org.eclipse.gef.EditPart iContext, java.lang.Object iModel)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CvsGraphEditPartFactory

public CvsGraphEditPartFactory()
Method Detail

createEditPart

public org.eclipse.gef.EditPart createEditPart(org.eclipse.gef.EditPart iContext,
                                               java.lang.Object iModel)
Specified by:
createEditPart in interface org.eclipse.gef.EditPartFactory
See Also:
EditPartFactory.createEditPart(EditPart, Object)


Copyright © 2003-2004 bonevich.com. All Rights Reserved.