de.cau.cs.kieler.kaom.diagram.edit.parts
Class KaomEditPartFactory

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

public class KaomEditPartFactory
extends Object
implements EditPartFactory

Rating red
Generated:
This code was automatically generated.

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

KaomEditPartFactory

public KaomEditPartFactory()
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.