Class CustomPalladioComponentModelEditPartFactory

java.lang.Object
de.uka.ipd.sdq.pcm.gmf.seff.custom.edit.parts.CustomPalladioComponentModelEditPartFactory
All Implemented Interfaces:
org.eclipse.gef.EditPartFactory

public class CustomPalladioComponentModelEditPartFactory extends Object implements org.eclipse.gef.EditPartFactory
A factory for creating CustomPalladioComponentModelEditPart objects class.
Generated class or method.
  • Constructor Details

    • CustomPalladioComponentModelEditPartFactory

      public CustomPalladioComponentModelEditPartFactory()
  • Method Details

    • createEditPart

      public org.eclipse.gef.EditPart createEditPart(org.eclipse.gef.EditPart context, Object model)
      Creates a new customized palladio component model edit part object.
      Specified by:
      createEditPart in interface org.eclipse.gef.EditPartFactory
      Parameters:
      context - the context
      model - the model
      Returns:
      the edit part
      Generated class or method.
    • getTextCellEditorLocator

      public static org.eclipse.gef.tools.CellEditorLocator getTextCellEditorLocator(org.eclipse.gmf.runtime.diagram.ui.editparts.ITextAwareEditPart source)
      Gets the text cell editor locator.
      Parameters:
      source - the source
      Returns:
      the text cell editor locator
      Generated class or method.