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

java.lang.Object
  extended bybe.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

Constructor Summary
TreePartFactory()
           
 
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

TreePartFactory

public TreePartFactory()
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)