Class AcceptLicenseAgreementDialog


  • public class AcceptLicenseAgreementDialog
    extends org.eclipse.swt.widgets.Dialog
    Dialog used to accept a license agreement.
    Author:
    Christopher Mindus
    • Constructor Summary

      Constructors 
      ConstructorDescription
      AcceptLicenseAgreementDialog​(org.eclipse.swt.widgets.Shell parent, java.lang.String dialogTitle, java.lang.String agreement)
      Create the dialog.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      booleanopen()
      Open the dialog.
      • Methods inherited from class org.eclipse.swt.widgets.Dialog

        checkSubclass, getParent, getStyle, getText, setText
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AcceptLicenseAgreementDialog

        public AcceptLicenseAgreementDialog​(org.eclipse.swt.widgets.Shell parent,
                                            java.lang.String dialogTitle,
                                            java.lang.String agreement)
        Create the dialog.
        Parameters:
        parent - The parent shell.
    • Method Detail

      • open

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