Class ChooseShortcutFolderConsole
- 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.ChooseShortcutFolderConsole
-
- All Implemented Interfaces:
Referenceable
public final class ChooseShortcutFolderConsole extends Action
Displays the console panel which allows the end user to determine where to install UNIX links.
-
-
Constructor Summary
Constructors Constructor Description ChooseShortcutFolderConsole()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getPrompt()
Returns the panel's prompt to display.java.lang.String
getTitle()
Returns the title of the panel.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
-
getTitle
public java.lang.String getTitle()
Returns the title of the panel.
-
setTitle
public void setTitle(java.lang.String title)
Defines the title of the panel. Default is "Choose Link Location".
-
setPrompt
public void setPrompt(java.lang.String prompt)
Defines the panel's prompt to display. Default is "Where would you like to create links?".
-
getPrompt
public java.lang.String getPrompt()
Returns the panel's prompt to display.
-
-