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

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

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

Fábrica que mapeia elementos do modelo para TreeEditParts. TreeEditParts são usadas na visão 'Outline' do ShapesEditor.


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

ShapesTreeEditPartFactory

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