Package com.zerog.ia.auto.project.panels
Class ChooseFilePanel
- java.lang.Object
- 
- com.zerog.ia.auto.project.ProjectObject
- 
- com.zerog.ia.auto.project.InstallableObject
- 
- com.zerog.ia.auto.project.panels.InstallPanelAction
- 
- com.zerog.ia.auto.project.panels.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 SummaryConstructors Constructor Description ChooseFilePanel()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAdditionalText()accesses the text instructions to prompt the userbooleangetCanManuallyEnterPath()accesses the setting on whether user can manually enter the path into thebooleangetCheckPermissions()accesses the setting on whether to check permissionjava.lang.StringgetDefaultFile()accesses the default selected fileDestinationFoldergetMagicFolder()accesses the default selected file magic folderintgetMagicFolderId()accesses the default selected file magic folder IDjava.lang.StringgetParentFolder()accesses the variable forjava.lang.StringgetPrompt()accesses the text of the panel to prompt the userjava.lang.StringgetSelection()accesses the variable for storingjava.lang.StringgetStepTitle()accesses the step title of the panelvoidsetAdditionalText(java.lang.String AdditionalText)accesses the text instructions to prompt the uservoidsetCanManuallyEnterPath(boolean CanManuallyEnterPath)accesses the setting on whether user can manually enter the path into thevoidsetCheckPermissions(boolean CheckPermissions)accesses the setting on whether to check permissionvoidsetDefaultFile(java.lang.String DefaultFile)accesses the default selected filevoidsetMagicFolder(DestinationFolder MagicFolder)accesses the default selected file magic foldervoidsetMagicFolderId(int MagicFolderId)accesses the default selected file magic folder IDvoidsetParentFolder(java.lang.String ParentFolder)accesses the variable forvoidsetPrompt(java.lang.String Prompt)accesses the text of the panel to prompt the uservoidsetSelection(java.lang.String Selection)accesses the variable for storingvoidsetStepTitle(java.lang.String StepTitle)accesses the step title of the panel- 
Methods inherited from class com.zerog.ia.auto.project.panels.InstallPanelActiongetArchivesSigned, getDependencies, getHelp, getImage, getImageOption, getInstallPanelClassName, getLabelIndex, getLabelOption, getResource, setArchivesSigned, setDependencies, setHelp, setImage, setImageOption, setInstallPanelClassName, setLabelIndex, setLabelOption, setResource
 - 
Methods inherited from class com.zerog.ia.auto.project.InstallableObjectgetBelongsToUninstallPhase, getRollbackEnabledCancel, getRollbackEnabledError, getRuleExpression, getRules, getRulesLogicalOperation, getTagsInInstallPiece, setBelongsToUninstallPhase, setRollbackEnabledCancel, setRollbackEnabledError, setRuleExpression, setRulesLogicalOperation, setTagsInInstallPiece
 - 
Methods inherited from class com.zerog.ia.auto.project.ProjectObjectequals, getReferenceID, hashCode, setReferenceID
 
- 
 
- 
- 
- 
Method Detail- 
getStepTitlepublic java.lang.String getStepTitle() accesses the step title of the panel
 - 
setStepTitlepublic void setStepTitle(java.lang.String StepTitle) accesses the step title of the panel
 - 
getPromptpublic java.lang.String getPrompt() accesses the text of the panel to prompt the user
 - 
setPromptpublic void setPrompt(java.lang.String Prompt) accesses the text of the panel to prompt the user
 - 
getSelectionpublic java.lang.String getSelection() accesses the variable for storing
 - 
setSelectionpublic void setSelection(java.lang.String Selection) accesses the variable for storing
 - 
getDefaultFilepublic java.lang.String getDefaultFile() accesses the default selected file
 - 
setDefaultFilepublic void setDefaultFile(java.lang.String DefaultFile) accesses the default selected file
 - 
getMagicFolderpublic DestinationFolder getMagicFolder() accesses the default selected file magic folder
 - 
setMagicFolderpublic void setMagicFolder(DestinationFolder MagicFolder) accesses the default selected file magic folder
 - 
getMagicFolderIdpublic int getMagicFolderId() accesses the default selected file magic folder ID
 - 
setMagicFolderIdpublic void setMagicFolderId(int MagicFolderId) accesses the default selected file magic folder ID
 - 
getAdditionalTextpublic java.lang.String getAdditionalText() accesses the text instructions to prompt the user
 - 
setAdditionalTextpublic void setAdditionalText(java.lang.String AdditionalText) accesses the text instructions to prompt the user
 - 
getParentFolderpublic java.lang.String getParentFolder() accesses the variable for
 - 
setParentFolderpublic void setParentFolder(java.lang.String ParentFolder) accesses the variable for
 - 
getCanManuallyEnterPathpublic boolean getCanManuallyEnterPath() accesses the setting on whether user can manually enter the path into the
 - 
setCanManuallyEnterPathpublic void setCanManuallyEnterPath(boolean CanManuallyEnterPath) accesses the setting on whether user can manually enter the path into the
 - 
getCheckPermissionspublic boolean getCheckPermissions() accesses the setting on whether to check permission
 - 
setCheckPermissionspublic void setCheckPermissions(boolean CheckPermissions) accesses the setting on whether to check permission
 
- 
 
-