Class AddParameterAction
java.lang.Object
org.eclipse.swt.events.SelectionAdapter
org.palladiosimulator.editors.commons.dialogs.parameters.AddParameterAction
- All Implemented Interfaces:
EventListener
,SelectionListener
,SWTEventListener
The class define an action, which a new parameter for the signature adds.
-
Constructor Summary
ConstructorDescriptionAddParameterAction
(org.palladiosimulator.pcm.repository.Signature parentSignature) Instantiates a new adds the parameter action. -
Method Summary
Methods inherited from class org.eclipse.swt.events.SelectionAdapter
widgetDefaultSelected
-
Constructor Details
-
AddParameterAction
public AddParameterAction(org.palladiosimulator.pcm.repository.Signature parentSignature) Instantiates a new adds the parameter action.- Parameters:
parentSignature
- the parent signature
-
-
Method Details
-
widgetSelected
- Specified by:
widgetSelected
in interfaceSelectionListener
- Overrides:
widgetSelected
in classSelectionAdapter
-