APStudio.editparts
Class GraphicalPartFactory

java.lang.Object
  |
  +--APStudio.editparts.GraphicalPartFactory
All Implemented Interfaces:
org.eclipse.gef.EditPartFactory

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

Author:
srajagop To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments

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

Constructor Detail

GraphicalPartFactory

public GraphicalPartFactory()
Method Detail

createEditPart

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