uk.ac.kcl.cch.jb.pliny.factories
Class PlinyGEFEditFactory

java.lang.Object
  extended byuk.ac.kcl.cch.jb.pliny.factories.PlinyGEFEditFactory
All Implemented Interfaces:
org.eclipse.gef.EditPartFactory
Direct Known Subclasses:
ImageEditorPartFactory, PdfEditorPartFactory

public class PlinyGEFEditFactory
extends Object
implements org.eclipse.gef.EditPartFactory

the basic GEF EditPartFactory for mapping Pliny model objects to GEF Controller objects for reference/annotation areas.

Author:
John Bradley

Constructor Summary
PlinyGEFEditFactory(org.eclipse.ui.IWorkbenchPart myPart)
           
 
Method Summary
 org.eclipse.gef.EditPart createEditPart(org.eclipse.gef.EditPart context, Object model)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlinyGEFEditFactory

public PlinyGEFEditFactory(org.eclipse.ui.IWorkbenchPart myPart)
Method Detail

createEditPart

public org.eclipse.gef.EditPart createEditPart(org.eclipse.gef.EditPart context,
                                               Object model)
Specified by:
createEditPart in interface org.eclipse.gef.EditPartFactory