de.cau.cs.kieler.dataflow.diagram.edit.parts
Class DataflowEditPartFactory

java.lang.Object
  extended by de.cau.cs.kieler.dataflow.diagram.edit.parts.DataflowEditPartFactory
All Implemented Interfaces:
EditPartFactory

public class DataflowEditPartFactory
extends Object
implements EditPartFactory

Rating red
Generated:
This code was automatically generated.

Constructor Summary
DataflowEditPartFactory()
           
 
Method Summary
 EditPart createEditPart(EditPart context, Object model)
           
static CellEditorLocator getTextCellEditorLocator(org.eclipse.gmf.runtime.diagram.ui.editparts.ITextAwareEditPart source)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataflowEditPartFactory

public DataflowEditPartFactory()
Method Detail

createEditPart

public EditPart createEditPart(EditPart context,
                               Object model)
Specified by:
createEditPart in interface EditPartFactory
Generated:
This code was automatically generated.

getTextCellEditorLocator

public static CellEditorLocator getTextCellEditorLocator(org.eclipse.gmf.runtime.diagram.ui.editparts.ITextAwareEditPart source)
Generated:
This code was automatically generated.