Class AddExceptionTypeAction

java.lang.Object
org.eclipse.swt.events.SelectionAdapter
org.palladiosimulator.editors.commons.dialogs.exception.AddExceptionTypeAction
All Implemented Interfaces:
EventListener, SelectionListener, SWTEventListener

public class AddExceptionTypeAction extends SelectionAdapter
The Class AddExceptionTypeAction.
  • Field Details

    • editingDomain

      protected org.eclipse.emf.transaction.TransactionalEditingDomain editingDomain
      The transactional editing domain which is used to get the commands and alter the model.
  • Constructor Details

    • AddExceptionTypeAction

      public AddExceptionTypeAction(org.palladiosimulator.pcm.repository.Signature parentSignature)
      Instantiates a new adds the exception type action.
      Parameters:
      parentSignature - the parent signature
  • Method Details