org.topbraidcomposer.gef.graph.parts
Class GraphEditPartFactory

java.lang.Object
  extended by org.topbraidcomposer.gef.graph.parts.GraphEditPartFactory
All Implemented Interfaces:
org.eclipse.gef.EditPartFactory

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


Constructor Summary
GraphEditPartFactory(org.eclipse.swt.widgets.Composite parentComposite, GraphStateStack stateStack)
           
 
Method Summary
 org.eclipse.gef.EditPart createEditPart(org.eclipse.gef.EditPart context, java.lang.Object model)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphEditPartFactory

public GraphEditPartFactory(org.eclipse.swt.widgets.Composite parentComposite,
                            GraphStateStack stateStack)
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