Class ChooseInstallFolderConsole
- java.lang.Object
-
- com.zerog.ia.auto.project.ProjectObject
-
- com.zerog.ia.auto.project.InstallableObject
-
- com.zerog.ia.auto.project.actions.Action
-
- com.zerog.ia.auto.project.console.ChooseInstallFolderConsole
-
- All Implemented Interfaces:
Referenceable
public final class ChooseInstallFolderConsole extends Action
Displays the console panel which allows the end user to choose the primary installation location.
The panel is designed to be used in the pre-install phase of the installation only.
-
-
Constructor Summary
Constructors Constructor Description ChooseInstallFolderConsole()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getInstructions()
Returns the panel's instructions to display.java.lang.String
getPrompt()
Returns the panel's prompt to display.java.lang.String
getTitle()
Returns the title of the panel.void
setInstructions(java.lang.String at)
Defines the panel's instructions to display.void
setPrompt(java.lang.String prompt)
Defines the panel's prompt to display.void
setTitle(java.lang.String title)
Defines the title of the panel.-
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
-
setInstructions
public void setInstructions(java.lang.String at)
Defines the panel's instructions to display.
-
getInstructions
public java.lang.String getInstructions()
Returns the panel's instructions to display.
-
setTitle
public void setTitle(java.lang.String title)
Defines the title of the panel. Default is "Choose Install Folder".
-
getTitle
public java.lang.String getTitle()
Returns the title of the panel.
-
setPrompt
public void setPrompt(java.lang.String prompt)
Defines the panel's prompt to display. Default is "Where would you like to install?".
-
getPrompt
public java.lang.String getPrompt()
Returns the panel's prompt to display.
-
-