de.cau.cs.kieler.synccharts.diagram.edit.helpers
Class SyncchartsBaseEditHelper
java.lang.Object
org.eclipse.gmf.runtime.emf.type.core.edithelper.AbstractEditHelper
de.cau.cs.kieler.synccharts.diagram.edit.helpers.SyncchartsBaseEditHelper
- All Implemented Interfaces:
- IEditHelper
- Direct Known Subclasses:
- ActionEditHelper, RegionEditHelper, SignalEditHelper, StateEditHelper, TextualCodeEditHelper, TransitionEditHelper, VariableEditHelper
public class SyncchartsBaseEditHelper
- extends AbstractEditHelper
- Rating

- Generated:
- This code was automatically generated.
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 |
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.
SyncchartsBaseEditHelper
public SyncchartsBaseEditHelper()
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.