Class LicenseAgreementPanel

    • Constructor Detail

      • LicenseAgreementPanel

        public LicenseAgreementPanel()
    • Method Detail

      • setTitle

        public void setTitle​(java.lang.String t)
        Title of the panel
      • getTitle

        public java.lang.String getTitle()
        Title of the panel
      • getExistingFilePath

        public java.lang.String getExistingFilePath()
        gets an existing file path to license agreement text source file.
      • setExistingFilePath

        public void setExistingFilePath​(java.lang.String existingFilePath)
        sets an existing file path to license agreement text source file.
      • setSourceFileType

        public void setSourceFileType​(ResourceTypes type)
        ets wether to use a resource file (bundled in the installer) or an existing file from the target systen (at install time)
        Parameters:
        type - the type should be either EXISTING_FILE or RESOURCE_FILE
      • getSourceFileType

        public ResourceTypes getSourceFileType()
        gets whether to use a resource file (bundled in the installer) or an existing file from the target systen (at install time)
      • setStepPrompt

        public void setStepPrompt​(java.lang.String t)
        Prompt the user to read the important note.
      • getStepPrompt

        public java.lang.String getStepPrompt()
        Prompt the user to read the important note.
      • setRequiresUserChoice

        public void setRequiresUserChoice​(boolean value)
        sets the setting of whether user choice is required
      • getRequiresUserChoice

        public boolean getRequiresUserChoice()
        gets the setting of whether user choice is required
      • setAgreeWithLicenseByDefault

        public void setAgreeWithLicenseByDefault​(boolean value)
        gets the default setting for acceptance of the license aggreement
      • getAgreeWithLicenseByDefault

        public boolean getAgreeWithLicenseByDefault()
        gets the default setting for acceptance of the license aggreement
      • setForceScroll

        public void setForceScroll​(boolean value)
        sets the setting of whether to force user to scroll through license agreement
      • getForceScroll

        public boolean getForceScroll()
        gets the setting of whether to force user to scroll through license agreement
      • setOpenExternalLinks

        public void setOpenExternalLinks​(boolean value)
        sets the setting of whether open external links in the user's default browser.
      • getOpenExternalLinks

        public boolean getOpenExternalLinks()
        gets the setting of whether open external links in the user's default browser.