org.drools.eclipse.flow.ruleflow.editor.editpart
Class RuleFlowEditPartFactory

java.lang.Object
  extended by org.drools.eclipse.flow.ruleflow.editor.editpart.RuleFlowEditPartFactory
All Implemented Interfaces:
ProcessEditPartFactory, org.eclipse.gef.EditPartFactory

public class RuleFlowEditPartFactory
extends Object
implements ProcessEditPartFactory

Factory for RuleFlow EditParts.


Constructor Summary
RuleFlowEditPartFactory()
           
 
Method Summary
 org.eclipse.gef.EditPart createEditPart(org.eclipse.gef.EditPart context, Object model)
           
 void setProject(org.eclipse.jdt.core.IJavaProject project)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RuleFlowEditPartFactory

public RuleFlowEditPartFactory()
Method Detail

setProject

public void setProject(org.eclipse.jdt.core.IJavaProject project)
Specified by:
setProject in interface ProcessEditPartFactory

createEditPart

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


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.