Class AddComponentParameterAction
java.lang.Object
org.eclipse.swt.events.SelectionAdapter
org.palladiosimulator.editors.commons.tabs.parameters.AddComponentParameterAction
- All Implemented Interfaces:
EventListener
,SelectionListener
,SWTEventListener
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setContext
(org.palladiosimulator.pcm.core.composition.AssemblyContext context) void
Methods inherited from class org.eclipse.swt.events.SelectionAdapter
widgetDefaultSelected
-
Constructor Details
-
AddComponentParameterAction
public AddComponentParameterAction()
-
-
Method Details
-
widgetSelected
- Specified by:
widgetSelected
in interfaceSelectionListener
- Overrides:
widgetSelected
in classSelectionAdapter
-
setContext
public void setContext(org.palladiosimulator.pcm.core.composition.AssemblyContext context) - Parameters:
context
- the context to set
-