Class EMFProfileBaseEditHelper
java.lang.Object
org.eclipse.gmf.runtime.emf.type.core.edithelper.AbstractEditHelper
org.modelversioning.emfprofile.diagram.edit.helpers.EMFProfileBaseEditHelper
- All Implemented Interfaces:
org.eclipse.gmf.runtime.emf.type.core.edithelper.IEditHelper
- Direct Known Subclasses:
EAttributeEditHelper,EClassEditHelper,EDataTypeEditHelper,EEnumEditHelper,EEnumLiteralEditHelper,EOperationEditHelper,EPackageEditHelper,EReferenceEditHelper,ExtensionEditHelper,ProfileEditHelper,StereotypeEditHelper
public class EMFProfileBaseEditHelper
extends org.eclipse.gmf.runtime.emf.type.core.edithelper.AbstractEditHelper
- Generated class or method.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.eclipse.gmf.runtime.common.core.command.ICommandgetCreateCommand(org.eclipse.gmf.runtime.emf.type.core.requests.CreateElementRequest req) protected org.eclipse.gmf.runtime.common.core.command.ICommandgetCreateRelationshipCommand(org.eclipse.gmf.runtime.emf.type.core.requests.CreateRelationshipRequest req) protected org.eclipse.gmf.runtime.common.core.command.ICommandgetDestroyElementCommand(org.eclipse.gmf.runtime.emf.type.core.requests.DestroyElementRequest req) protected org.eclipse.gmf.runtime.common.core.command.ICommandgetDestroyReferenceCommand(org.eclipse.gmf.runtime.emf.type.core.requests.DestroyReferenceRequest req) protected org.eclipse.gmf.runtime.emf.type.core.edithelper.IEditHelperAdvice[]getEditHelperAdvice(org.eclipse.gmf.runtime.emf.type.core.requests.IEditCommandRequest req) protected org.eclipse.gmf.runtime.common.core.command.ICommandgetInsteadCommand(org.eclipse.gmf.runtime.emf.type.core.requests.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
-
Field Details
-
EDIT_POLICY_COMMAND
- See Also:
- Generated class or method.
-
CONTEXT_ELEMENT_TYPE
- See Also:
- Generated class or method.
-
-
Constructor Details
-
EMFProfileBaseEditHelper
public EMFProfileBaseEditHelper()
-
-
Method Details
-
getEditHelperAdvice
protected org.eclipse.gmf.runtime.emf.type.core.edithelper.IEditHelperAdvice[] getEditHelperAdvice(org.eclipse.gmf.runtime.emf.type.core.requests.IEditCommandRequest req) - Overrides:
getEditHelperAdvicein classorg.eclipse.gmf.runtime.emf.type.core.edithelper.AbstractEditHelper- Generated class or method.
-
getInsteadCommand
protected org.eclipse.gmf.runtime.common.core.command.ICommand getInsteadCommand(org.eclipse.gmf.runtime.emf.type.core.requests.IEditCommandRequest req) - Overrides:
getInsteadCommandin classorg.eclipse.gmf.runtime.emf.type.core.edithelper.AbstractEditHelper- Generated class or method.
-
getCreateCommand
protected org.eclipse.gmf.runtime.common.core.command.ICommand getCreateCommand(org.eclipse.gmf.runtime.emf.type.core.requests.CreateElementRequest req) - Overrides:
getCreateCommandin classorg.eclipse.gmf.runtime.emf.type.core.edithelper.AbstractEditHelper- Generated class or method.
-
getCreateRelationshipCommand
protected org.eclipse.gmf.runtime.common.core.command.ICommand getCreateRelationshipCommand(org.eclipse.gmf.runtime.emf.type.core.requests.CreateRelationshipRequest req) - Overrides:
getCreateRelationshipCommandin classorg.eclipse.gmf.runtime.emf.type.core.edithelper.AbstractEditHelper- Generated class or method.
-
getDestroyElementCommand
protected org.eclipse.gmf.runtime.common.core.command.ICommand getDestroyElementCommand(org.eclipse.gmf.runtime.emf.type.core.requests.DestroyElementRequest req) - Overrides:
getDestroyElementCommandin classorg.eclipse.gmf.runtime.emf.type.core.edithelper.AbstractEditHelper- Generated class or method.
-
getDestroyReferenceCommand
protected org.eclipse.gmf.runtime.common.core.command.ICommand getDestroyReferenceCommand(org.eclipse.gmf.runtime.emf.type.core.requests.DestroyReferenceRequest req) - Overrides:
getDestroyReferenceCommandin classorg.eclipse.gmf.runtime.emf.type.core.edithelper.AbstractEditHelper- Generated class or method.
-