Class UpParameterAction
java.lang.Object
org.palladiosimulator.editors.commons.dialogs.parameters.EditorContentsSelectionAction
org.palladiosimulator.editors.commons.dialogs.parameters.UpParameterAction
- All Implemented Interfaces:
EventListener
,ISelectionChangedListener
,SelectionListener
,SWTEventListener
This adapter class provides default implementations for the methods described by the
SelectionListener interface to upItem - Button in the ParameterDialog.
-
Field Summary
Modifier and TypeFieldDescriptionprotected org.eclipse.emf.transaction.TransactionalEditingDomain
The transactional editing domain which is used to get the commands and alter the model. -
Constructor Summary
ConstructorDescriptionUpParameterAction
(org.palladiosimulator.pcm.repository.Signature signature) Instantiates a new up 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
-
Field Details
-
editingDomain
protected org.eclipse.emf.transaction.TransactionalEditingDomain editingDomainThe transactional editing domain which is used to get the commands and alter the model.
-
-
Constructor Details
-
UpParameterAction
public UpParameterAction(org.palladiosimulator.pcm.repository.Signature signature) Instantiates a new up 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:
-