br.edu.fei.dcc.raciocinioespacial.editor.shapes.parts
Class ShapesEditPartFactory

java.lang.Object
  extended by br.edu.fei.dcc.raciocinioespacial.editor.shapes.parts.ShapesEditPartFactory
All Implemented Interfaces:
org.eclipse.gef.EditPartFactory

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

Fábrica que mapeia model elements para edit parts.


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

Constructor Detail

ShapesEditPartFactory

public ShapesEditPartFactory()
Method Detail

createEditPart

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