be.ac.vub.cocompose.eclipse.editparts
Class GraphicalPartFactory
java.lang.Object
be.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GraphicalPartFactory
public GraphicalPartFactory()
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)