Class AddAllowedValueDialog

java.lang.Object
org.eclipse.jface.window.Window
org.eclipse.jface.dialogs.Dialog
All Implemented Interfaces:
EventListener, StandardStrings, org.eclipse.jface.window.IShellProvider, org.eclipse.swt.custom.VerifyKeyListener, org.eclipse.swt.internal.SWTEventListener, org.eclipse.swt.widgets.Listener

public class AddAllowedValueDialog extends AbstractDialogKeyVerify
The Class AddAllowedValueDialog.
  • Field Details

    • allowedValue

      public String allowedValue
      The allowed value.
    • description

      public String description
      The description.
  • Constructor Details

    • AddAllowedValueDialog

      public AddAllowedValueDialog(AbstractSection aSection, AllowedValue aExistingAv)
      Constructor for Adding or Editing an Allowed Value.
      Parameters:
      aSection - the a section
      aExistingAv - the a existing av
  • Method Details