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
FieldsModifier and TypeFieldDescriptionprotected org.eclipse.emf.transaction.TransactionalEditingDomainThe transactional editing domain which is used to get the commands and alter the model. -
Constructor Summary
ConstructorsConstructorDescriptionDeleteExctentionAction(org.palladiosimulator.pcm.repository.Signature signature) Instantiates a new delete exctention action. -
Method Summary
Modifier and TypeMethodDescriptionvoidSelection changed.voidWidget 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:
selectionChangedin interfaceISelectionChangedListener- Parameters:
event- the event- See Also:
-
widgetSelected
Widget selected.- Specified by:
widgetSelectedin interfaceSelectionListener- Overrides:
widgetSelectedin classSelectionAdapter- Parameters:
e- the e- See Also:
-