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

public class AddParameterAction extends SelectionAdapter
The class define an action, which a new parameter for the signature adds.
  • Constructor Details

    • AddParameterAction

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