Class AddParameterDialog

All Implemented Interfaces:
EventListener, StandardStrings, org.eclipse.jface.window.IShellProvider, org.eclipse.swt.custom.VerifyKeyListener, org.eclipse.swt.events.VerifyListener, org.eclipse.swt.internal.SWTEventListener, org.eclipse.swt.widgets.Listener

public class AddParameterDialog extends AbstractDialogKeyVerifyJavaNames
The Class AddParameterDialog.
  • Field Details

    • multiValueUI

      public org.eclipse.swt.widgets.Button multiValueUI
      The multi value UI.
    • parmTypeUI

      public org.eclipse.swt.custom.CCombo parmTypeUI
      The parm type UI.
    • parmName

      public String parmName
      The parm name.
    • extParmName

      public String extParmName
      The ext parm name.
    • multiValue

      public boolean multiValue
      The multi value.
    • mandatory

      public boolean mandatory
      The mandatory.
    • parmType

      public String parmType
      The parm type.
    • description

      public String description
      The description.
  • Constructor Details

    • AddParameterDialog

      public AddParameterDialog(AbstractSection aSection, ConfigurationParameter aExistingCP)
      Constructor for Editing an existing parameter.
      Parameters:
      aSection - the a section
      aExistingCP - the a existing CP
    • AddParameterDialog

      public AddParameterDialog(AbstractSection aSection, ConfigGroup cg)
      Constructor for Adding a new parameter to a group (may be the not-in-any one).
      Parameters:
      aSection - the a section
      cg - the cg
  • Method Details