Package com.zerog.ia.auto.project.panels
Class ChooseAliasLinkShortcutPanel
- 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.ChooseAliasLinkShortcutPanel
-
- All Implemented Interfaces:
Referenceable
public final class ChooseAliasLinkShortcutPanel extends InstallPanelAction
This action allows the user to choose the location for the installation of Shortcuts.
-
-
Constructor Summary
Constructors Constructor Description ChooseAliasLinkShortcutPanel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetMacPrompt()gets the panel text for installer running on a Macjava.lang.StringgetMacTitle()gets panel title for installer running on Macjava.lang.StringgetUnixPrompt()gets panel text for installer running on an unixjava.lang.StringgetUnixTitle()gets panel title for installer running on an unixjava.lang.StringgetWinPrompt()sets panel text for installer running on windowsjava.lang.StringgetWinTitle()sets panel title for installer running on windowsvoidsetMacPrompt(java.lang.String prompt)sets the panel text for installer running on a MacvoidsetMacTitle(java.lang.String t)sets panel title for installer running on a MacvoidsetUnixPrompt(java.lang.String prompt)sets panel text for installer running on an unixvoidsetUnixTitle(java.lang.String t)sets panel title for installer running on an unixvoidsetWinPrompt(java.lang.String prompt)sets panel text for installer running on windowsvoidsetWinTitle(java.lang.String t)sets panel title for installer running on windows-
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
-
getMacTitle
public java.lang.String getMacTitle()
gets panel title for installer running on Mac
-
setMacTitle
public void setMacTitle(java.lang.String t)
sets panel title for installer running on a Mac
-
setMacPrompt
public void setMacPrompt(java.lang.String prompt)
sets the panel text for installer running on a Mac
-
getMacPrompt
public java.lang.String getMacPrompt()
gets the panel text for installer running on a Mac
-
getUnixTitle
public java.lang.String getUnixTitle()
gets panel title for installer running on an unix
-
setUnixTitle
public void setUnixTitle(java.lang.String t)
sets panel title for installer running on an unix
-
setUnixPrompt
public void setUnixPrompt(java.lang.String prompt)
sets panel text for installer running on an unix
-
getUnixPrompt
public java.lang.String getUnixPrompt()
gets panel text for installer running on an unix
-
getWinTitle
public java.lang.String getWinTitle()
sets panel title for installer running on windows
-
setWinTitle
public void setWinTitle(java.lang.String t)
sets panel title for installer running on windows
-
setWinPrompt
public void setWinPrompt(java.lang.String prompt)
sets panel text for installer running on windows
-
getWinPrompt
public java.lang.String getWinPrompt()
sets panel text for installer running on windows
-
-