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
ConstructorsConstructorDescriptionDownParameterAction(org.palladiosimulator.pcm.repository.Signature signature) Instantiates a new down parameter action. -
Method Summary
Modifier and TypeMethodDescriptionvoidWidget default selected.voidWidget 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:
widgetSelectedin interfaceSelectionListener- Parameters:
e- the e- See Also:
-
widgetDefaultSelected
Widget default selected.- Specified by:
widgetDefaultSelectedin interfaceSelectionListener- Parameters:
e- the e- See Also:
-