Class DeleteExctentionAction
java.lang.Object
org.eclipse.swt.events.SelectionAdapter
org.palladiosimulator.editors.commons.dialogs.exception.DeleteExctentionAction
- All Implemented Interfaces:
EventListener
,ISelectionChangedListener
,SelectionListener
,SWTEventListener
The Class DeleteExctentionAction.
-
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
ConstructorDescriptionDeleteExctentionAction
(org.palladiosimulator.pcm.repository.Signature signature) Instantiates a new delete exctention action. -
Method Summary
Modifier and TypeMethodDescriptionvoid
Selection changed.void
Widget selected.Methods inherited from class org.eclipse.swt.events.SelectionAdapter
widgetDefaultSelected
-
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
-
DeleteExctentionAction
public DeleteExctentionAction(org.palladiosimulator.pcm.repository.Signature signature) Instantiates a new delete exctention action.- Parameters:
signature
- the signature
-
-
Method Details
-
selectionChanged
Selection changed.- Specified by:
selectionChanged
in interfaceISelectionChangedListener
- Parameters:
event
- the event- See Also:
-
widgetSelected
Widget selected.- Specified by:
widgetSelected
in interfaceSelectionListener
- Overrides:
widgetSelected
in classSelectionAdapter
- Parameters:
e
- the e- See Also:
-