be.ac.vub.cocompose.eclipse.editparts
Class TreePartFactory
java.lang.Object
be.ac.vub.cocompose.eclipse.editparts.TreePartFactory
- All Implemented Interfaces:
- EditPartFactory
- public class TreePartFactory
- extends Object
- implements EditPartFactory
Creates the Eclipse tree view CoCompose elements.
- Since:
- 0.2.0
- Version:
- 0.2.0, 07/01/2004
- Author:
- Dennis Wagelaar
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TreePartFactory
public TreePartFactory()
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)