Class CommonInputDialog

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 CommonInputDialog extends AbstractDialogKeyVerify
The Class CommonInputDialog.
  • Field Details

  • Constructor Details

    • CommonInputDialog

      public CommonInputDialog(AbstractSection aSection, String title, String dialogDescription, int aKind)
      Instantiates a new common input dialog.
      Parameters:
      aSection - the a section
      title - the title
      dialogDescription - the dialog description
      aKind - the a kind
    • CommonInputDialog

      public CommonInputDialog(AbstractSection aSection, String title, String dialogDescription, int aKind, String aExisting)
      Instantiates a new common input dialog.
      Parameters:
      aSection - the a section
      title - the title
      dialogDescription - the dialog description
      aKind - the a kind
      aExisting - the a existing
  • Method Details