be.ac.vub.cocompose.eclipse.editparts
Class GraphicalPartFactory

java.lang.Object
  extended bybe.ac.vub.cocompose.eclipse.editparts.GraphicalPartFactory
All Implemented Interfaces:
EditPartFactory

public class GraphicalPartFactory
extends Object
implements EditPartFactory

Creates the Eclipse graphical editor CoCompose elements.

Since:
0.2.0
Version:
0.2.0, 03/12/2003
Author:
Dennis Wagelaar

Constructor Summary
GraphicalPartFactory()
           
 
Method Summary
 EditPart createEditPart(EditPart context, Object model)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphicalPartFactory

public GraphicalPartFactory()
Method Detail

createEditPart

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