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
FieldsModifier and TypeFieldDescriptionprotected org.eclipse.emf.transaction.TransactionalEditingDomainThe transactional editing domain which is used to get the commands and alter the model. -
Constructor Summary
ConstructorsConstructorDescriptionUpParameterAction(org.palladiosimulator.pcm.repository.Signature signature) Instantiates a new up parameter action. -
Method Summary
Modifier and TypeMethodDescriptionvoidWidget default selected.voidWidget 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:
widgetSelectedin interfaceSelectionListener- Parameters:
e- the e- See Also:
-
widgetDefaultSelected
Widget default selected.- Specified by:
widgetDefaultSelectedin interfaceSelectionListener- Parameters:
e- the e- See Also:
-