roneditor.edit.utils
Class RONTreeEditPartFactory

java.lang.Object
  extended by roneditor.edit.utils.RONTreeEditPartFactory
All Implemented Interfaces:
org.eclipse.gef.EditPartFactory

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

Factory class for tree edit parts. Here, the corresponding edit parts of a the model elements are created.

Author:
Tony Modica

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

Constructor Detail

RONTreeEditPartFactory

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