Class ChooseFilePanel

  • All Implemented Interfaces:
    Referenceable

    public final class ChooseFilePanel
    extends InstallPanelAction
    Choose File allows installers to request that the user select a file on certain criteria and set its result as an InstallAnywhere Variable. The variable can then be used later in the Install.
    • Constructor Detail

      • ChooseFilePanel

        public ChooseFilePanel()
    • Method Detail

      • getStepTitle

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

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

        public java.lang.String getPrompt()
        accesses the text of the panel to prompt the user
      • setPrompt

        public void setPrompt​(java.lang.String Prompt)
        accesses the text of the panel to prompt the user
      • getSelection

        public java.lang.String getSelection()
        accesses the variable for storing
      • setSelection

        public void setSelection​(java.lang.String Selection)
        accesses the variable for storing
      • getDefaultFile

        public java.lang.String getDefaultFile()
        accesses the default selected file
      • setDefaultFile

        public void setDefaultFile​(java.lang.String DefaultFile)
        accesses the default selected file
      • getMagicFolder

        public DestinationFolder getMagicFolder()
        accesses the default selected file magic folder
      • setMagicFolder

        public void setMagicFolder​(DestinationFolder MagicFolder)
        accesses the default selected file magic folder
      • getMagicFolderId

        public int getMagicFolderId()
        accesses the default selected file magic folder ID
      • setMagicFolderId

        public void setMagicFolderId​(int MagicFolderId)
        accesses the default selected file magic folder ID
      • getAdditionalText

        public java.lang.String getAdditionalText()
        accesses the text instructions to prompt the user
      • setAdditionalText

        public void setAdditionalText​(java.lang.String AdditionalText)
        accesses the text instructions to prompt the user
      • getParentFolder

        public java.lang.String getParentFolder()
        accesses the variable for
      • setParentFolder

        public void setParentFolder​(java.lang.String ParentFolder)
        accesses the variable for
      • getCanManuallyEnterPath

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

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

        public boolean getCheckPermissions()
        accesses the setting on whether to check permission
      • setCheckPermissions

        public void setCheckPermissions​(boolean CheckPermissions)
        accesses the setting on whether to check permission