Class AcceptLicenseAgreementDialog

java.lang.Object
org.eclipse.swt.widgets.Dialog
com.iizigo.prop.editor.dialog.AcceptLicenseAgreementDialog

public class AcceptLicenseAgreementDialog extends Dialog
Dialog used to accept a license agreement.
Author:
Christopher Mindus
  • Constructor Details

    • AcceptLicenseAgreementDialog

      public AcceptLicenseAgreementDialog(Shell parent, String dialogTitle, String agreement)
      Create the dialog.
      Parameters:
      parent - The parent shell.
  • Method Details

    • open

      public boolean open()
      Open the dialog.
      Returns:
      The acceptance flag.