Class EntryLevelSystemCallEditHelperAdvice
- java.lang.Object
-
- org.eclipse.gmf.runtime.emf.type.core.edithelper.AbstractEditHelperAdvice
-
- de.uka.ipd.sdq.pcm.gmf.usage.helper.EntryLevelSystemCallEditHelperAdvice
-
- All Implemented Interfaces:
org.eclipse.gmf.runtime.emf.type.core.edithelper.IEditHelperAdvice
public class EntryLevelSystemCallEditHelperAdvice extends org.eclipse.gmf.runtime.emf.type.core.edithelper.AbstractEditHelperAdvice implements org.eclipse.gmf.runtime.emf.type.core.edithelper.IEditHelperAdvice
The Class EntryLevelSystemCallEditHelperAdvice.- Generated class or method.
- NOT
-
-
Constructor Summary
Constructors Constructor Description EntryLevelSystemCallEditHelperAdvice()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.eclipse.gmf.runtime.common.core.command.ICommand
getAfterConfigureCommand(org.eclipse.gmf.runtime.emf.type.core.requests.ConfigureRequest request)
This command opens two selection dialogs for choosing the system operation provided role and interface.-
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
-
-
-
-
Method Detail
-
getAfterConfigureCommand
protected org.eclipse.gmf.runtime.common.core.command.ICommand getAfterConfigureCommand(org.eclipse.gmf.runtime.emf.type.core.requests.ConfigureRequest request)
This command opens two selection dialogs for choosing the system operation provided role and interface.- Overrides:
getAfterConfigureCommand
in classorg.eclipse.gmf.runtime.emf.type.core.edithelper.AbstractEditHelperAdvice
- Parameters:
request
- the request- Returns:
- the after configure command
-
-