de.cau.cs.kieler.kaom.diagram.edit.helpers
Class KaomBaseEditHelper

java.lang.Object
  extended by org.eclipse.gmf.runtime.emf.type.core.edithelper.AbstractEditHelper
      extended by de.cau.cs.kieler.kaom.diagram.edit.helpers.KaomBaseEditHelper
All Implemented Interfaces:
IEditHelper
Direct Known Subclasses:
EntityEditHelper, LinkEditHelper, PortEditHelper, RelationEditHelper

public class KaomBaseEditHelper
extends AbstractEditHelper

Rating red
Generated:
This code was automatically generated.

Field Summary
static String CONTEXT_ELEMENT_TYPE
           
static String EDIT_POLICY_COMMAND
           
 
Constructor Summary
KaomBaseEditHelper()
           
 
Method Summary
protected  ICommand getCreateCommand(CreateElementRequest req)
           
protected  ICommand getCreateRelationshipCommand(CreateRelationshipRequest req)
           
protected  ICommand getDestroyElementCommand(DestroyElementRequest req)
           
protected  ICommand getDestroyReferenceCommand(DestroyReferenceRequest req)
           
protected  IEditHelperAdvice[] getEditHelperAdvice(IEditCommandRequest req)
           
protected  ICommand getInsteadCommand(IEditCommandRequest req)
           
 
Methods inherited from class org.eclipse.gmf.runtime.emf.type.core.edithelper.AbstractEditHelper
approveRequest, canEdit, configureRequest, createCommand, getBasicDestroyElementCommand, getConfigureCommand, getContainedValues, getDefaultContainmentFeature, getDefaultContainmentFeatures, getDestroyDependentsCommand, getDestroyElementWithDependentsCommand, getDuplicateCommand, getEditCommand, getEditContextCommand, getMoveCommand, getReorientReferenceRelationshipCommand, getReorientRelationshipCommand, getSetCommand, initializeDefaultFeature
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EDIT_POLICY_COMMAND

public static final String EDIT_POLICY_COMMAND
See Also:
Constant Field Values
Generated:
This code was automatically generated.

CONTEXT_ELEMENT_TYPE

public static final String CONTEXT_ELEMENT_TYPE
See Also:
Constant Field Values
Generated:
This code was automatically generated.
Constructor Detail

KaomBaseEditHelper

public KaomBaseEditHelper()
Method Detail

getEditHelperAdvice

protected IEditHelperAdvice[] getEditHelperAdvice(IEditCommandRequest req)
Overrides:
getEditHelperAdvice in class AbstractEditHelper
Generated:
This code was automatically generated.

getInsteadCommand

protected ICommand getInsteadCommand(IEditCommandRequest req)
Overrides:
getInsteadCommand in class AbstractEditHelper
Generated:
This code was automatically generated.

getCreateCommand

protected ICommand getCreateCommand(CreateElementRequest req)
Overrides:
getCreateCommand in class AbstractEditHelper
Generated:
This code was automatically generated.

getCreateRelationshipCommand

protected ICommand getCreateRelationshipCommand(CreateRelationshipRequest req)
Overrides:
getCreateRelationshipCommand in class AbstractEditHelper
Generated:
This code was automatically generated.

getDestroyElementCommand

protected ICommand getDestroyElementCommand(DestroyElementRequest req)
Overrides:
getDestroyElementCommand in class AbstractEditHelper
Generated:
This code was automatically generated.

getDestroyReferenceCommand

protected ICommand getDestroyReferenceCommand(DestroyReferenceRequest req)
Overrides:
getDestroyReferenceCommand in class AbstractEditHelper
Generated:
This code was automatically generated.