roneditor.ruleview.edit.utils
Class RuleViewEditPartFactory

java.lang.Object
  extended by roneditor.objectnetview.edit.utils.ObjectNetViewEditPartFactory
      extended by roneditor.ruleview.edit.utils.RuleViewEditPartFactory
All Implemented Interfaces:
org.eclipse.gef.EditPartFactory

public class RuleViewEditPartFactory
extends ObjectNetViewEditPartFactory

Factory class for graphical edit parts. Here, the corresponding edit parts of a Rule are created.


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

RuleViewEditPartFactory

public RuleViewEditPartFactory()
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
Overrides:
createEditPart in class ObjectNetViewEditPartFactory
See Also:
ObjectNetViewEditPartFactory.createEditPart(org.eclipse.gef.EditPart, java.lang.Object)