Class ChooseInstallFolderPanel

  • All Implemented Interfaces:
    Referenceable

    public final class ChooseInstallFolderPanel
    extends InstallPanelAction
    This action allows allows the user to choose the primary installation folder. It is not necessary that this panel is included, as without the panel, the installer will select the default specified in the Project > Platforms task.
    • Constructor Detail

      • ChooseInstallFolderPanel

        public ChooseInstallFolderPanel()
    • Method Detail

      • getCanSpecifyInstallFolderName

        public boolean getCanSpecifyInstallFolderName()
        Set to allow user to specify install folder name, in addition to the path (Mac OS X only)
      • setCanSpecifyInstallFolderName

        public void setCanSpecifyInstallFolderName​(boolean value)
        Set to allow user to specify install folder name, in addition to the path (Mac OS X only)
      • getStepTitle

        public java.lang.String getStepTitle()
        accesses the title of the panel
      • setStepTitle

        public void setStepTitle​(java.lang.String StepTitle)
        accesses the title of the panel
      • getPrompt

        public java.lang.String getPrompt()
        accesses the prompt user to choose a destination folder
      • setPrompt

        public void setPrompt​(java.lang.String Prompt)
        accesses the prompt user to choose a destination folder
      • getAdditionalText

        public java.lang.String getAdditionalText()
        accesses the instruction for user to choose a destination folder
      • setAdditionalText

        public void setAdditionalText​(java.lang.String AdditionalText)
        accesses the instruction for user to choose a destination folder
      • getCanManuallyEnterPath

        public boolean getCanManuallyEnterPath()
        accesses on the setting for whether user can manually enter the path into the textfield
      • setCanManuallyEnterPath

        public void setCanManuallyEnterPath​(boolean CanManuallyEnterPath)
        accesses on the setting for whether user can manually enter the path into the textfield