Class DownParameterAction
java.lang.Object
org.palladiosimulator.editors.commons.dialogs.parameters.EditorContentsSelectionAction
org.palladiosimulator.editors.commons.dialogs.parameters.DownParameterAction
- All Implemented Interfaces:
EventListener
,ISelectionChangedListener
,SelectionListener
,SWTEventListener
This adapter class provides default implementations for the methods described by the
SelectionListener interface to downItem - Button in the ParameterDialog.
-
Constructor Summary
ConstructorDescriptionDownParameterAction
(org.palladiosimulator.pcm.repository.Signature signature) Instantiates a new down parameter action. -
Method Summary
Modifier and TypeMethodDescriptionvoid
Widget default selected.void
Widget selected.Methods inherited from class org.palladiosimulator.editors.commons.dialogs.parameters.EditorContentsSelectionAction
getSelectedDeclaration, selectionChanged
-
Constructor Details
-
DownParameterAction
public DownParameterAction(org.palladiosimulator.pcm.repository.Signature signature) Instantiates a new down parameter action.- Parameters:
signature
- the signature
-
-
Method Details
-
widgetSelected
Widget selected.- Specified by:
widgetSelected
in interfaceSelectionListener
- Parameters:
e
- the e- See Also:
-
widgetDefaultSelected
Widget default selected.- Specified by:
widgetDefaultSelected
in interfaceSelectionListener
- Parameters:
e
- the e- See Also:
-