Class AllocationContextEditHelperAdvice
java.lang.Object
org.eclipse.gmf.runtime.emf.type.core.edithelper.AbstractEditHelperAdvice
de.uka.ipd.sdq.pcm.gmf.allocation.helper.AllocationContextEditHelperAdvice
- All Implemented Interfaces:
org.eclipse.gmf.runtime.emf.type.core.edithelper.IEditHelperAdvice
public class AllocationContextEditHelperAdvice
extends org.eclipse.gmf.runtime.emf.type.core.edithelper.AbstractEditHelperAdvice
Edit helper advice for Allocation Context. Creates an dialog and initializes allocation contexts
after their creation.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected org.eclipse.gmf.runtime.common.core.command.ICommand
getAfterConfigureCommand
(org.eclipse.gmf.runtime.emf.type.core.requests.ConfigureRequest request) Methods inherited from class org.eclipse.gmf.runtime.emf.type.core.edithelper.AbstractEditHelperAdvice
approveRequest, configureRequest, createType, createType, getAfterCreateCommand, getAfterCreateRelationshipCommand, getAfterDestroyDependentsCommand, getAfterDestroyElementCommand, getAfterDestroyReferenceCommand, getAfterDuplicateCommand, getAfterEditCommand, getAfterEditContextCommand, getAfterMoveCommand, getAfterReorientReferenceRelationshipCommand, getAfterReorientRelationshipCommand, getAfterSetCommand, getBeforeConfigureCommand, getBeforeCreateCommand, getBeforeCreateRelationshipCommand, getBeforeDestroyDependentsCommand, getBeforeDestroyElementCommand, getBeforeDestroyReferenceCommand, getBeforeDuplicateCommand, getBeforeEditCommand, getBeforeEditContextCommand, getBeforeMoveCommand, getBeforeReorientReferenceRelationshipCommand, getBeforeReorientRelationshipCommand, getBeforeSetCommand
-
Constructor Details
-
AllocationContextEditHelperAdvice
public AllocationContextEditHelperAdvice()
-
-
Method Details
-
getAfterConfigureCommand
protected org.eclipse.gmf.runtime.common.core.command.ICommand getAfterConfigureCommand(org.eclipse.gmf.runtime.emf.type.core.requests.ConfigureRequest request) - Overrides:
getAfterConfigureCommand
in classorg.eclipse.gmf.runtime.emf.type.core.edithelper.AbstractEditHelperAdvice
-