vocleditor.edit
Class GraphicalEditPartsFactory

java.lang.Object
  extended by vocleditor.edit.GraphicalEditPartsFactory
All Implemented Interfaces:
org.eclipse.gef.EditPartFactory

public class GraphicalEditPartsFactory
extends java.lang.Object
implements org.eclipse.gef.EditPartFactory

Factory class for graphical edit parts. Here, the corresponding edit parts for vocl model elements are created.


Constructor Summary
GraphicalEditPartsFactory(org.eclipse.swt.widgets.Shell shell)
           
 
Method Summary
 org.eclipse.gef.EditPart createEditPart(org.eclipse.gef.EditPart context, java.lang.Object obj)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphicalEditPartsFactory

public GraphicalEditPartsFactory(org.eclipse.swt.widgets.Shell shell)
Method Detail

createEditPart

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