Package com.zerog.ia.auto.project.panels
Class ChooseFolderPanel
- 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.ChooseFolderPanel
-
- All Implemented Interfaces:
Referenceable
public final class ChooseFolderPanel extends InstallPanelAction
Choose Folder allow developers to request that the user select a folder on certain criteria and set its result as an InstallAnywhere Variable that can be used later in the Install.- Version:
- 1
- Author:
- ag
-
-
Constructor Summary
Constructors Constructor Description ChooseFolderPanel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAdditionalText()accesses the text instructions to prompt the userbooleangetCanManuallyEnterPath()accesses to the setting on whether user can manually enter the path into thebooleangetCheckPermissions()accesses to 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 prompt for the user of the paneljava.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 to the setting on whether user can manually enter the path into thevoidsetCheckPermissions(boolean CheckPermissions)accesses to 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 prompt for the user of the panelvoidsetSelection(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.InstallPanelAction
getArchivesSigned, 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.InstallableObject
getBelongsToUninstallPhase, getRollbackEnabledCancel, getRollbackEnabledError, getRuleExpression, getRules, getRulesLogicalOperation, getTagsInInstallPiece, setBelongsToUninstallPhase, setRollbackEnabledCancel, setRollbackEnabledError, setRuleExpression, setRulesLogicalOperation, setTagsInInstallPiece
-
Methods inherited from class com.zerog.ia.auto.project.ProjectObject
equals, getReferenceID, hashCode, setReferenceID
-
-
-
-
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 prompt for the user of the panel
-
setPrompt
public void setPrompt(java.lang.String Prompt)
accesses the prompt for the user of the panel
-
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 to the setting on whether user can manually enter the path into the
-
setCanManuallyEnterPath
public void setCanManuallyEnterPath(boolean CanManuallyEnterPath)
accesses to the setting on whether user can manually enter the path into the
-
getCheckPermissions
public boolean getCheckPermissions()
accesses to the setting on whether to check permission
-
setCheckPermissions
public void setCheckPermissions(boolean CheckPermissions)
accesses to the setting on whether to check permission
-
-