Package com.zerog.ia.auto.project.panels
Class ChooseInstallFolderPanel
- 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.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 Summary
Constructors Constructor Description ChooseInstallFolderPanel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAdditionalText()accesses the instruction for user to choose a destination folderbooleangetCanManuallyEnterPath()accesses on the setting for whether user can manually enter the path into the textfieldbooleangetCanSpecifyInstallFolderName()Set to allow user to specify install folder name, in addition to the path (Mac OS X only)java.lang.StringgetPrompt()accesses the prompt user to choose a destination folderjava.lang.StringgetStepTitle()accesses the title of the panelvoidsetAdditionalText(java.lang.String AdditionalText)accesses the instruction for user to choose a destination foldervoidsetCanManuallyEnterPath(boolean CanManuallyEnterPath)accesses on the setting for whether user can manually enter the path into the textfieldvoidsetCanSpecifyInstallFolderName(boolean value)Set to allow user to specify install folder name, in addition to the path (Mac OS X only)voidsetPrompt(java.lang.String Prompt)accesses the prompt user to choose a destination foldervoidsetStepTitle(java.lang.String StepTitle)accesses the 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
-
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
-
-