Package com.zerog.ia.auto.project.panels
Class InstallCompletePanel
- 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.InstallCompletePanel
-
- All Implemented Interfaces:
Referenceable
public final class InstallCompletePanel extends InstallPanelAction
The action displays information about the installation's status to the end user. It also optionally displays if a restart is needed on Windows system. (Available only after files have been installed.)
-
-
Constructor Summary
Constructors Constructor Description InstallCompletePanel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetAllowUserChoice()get whether user choice is allowed.java.lang.StringgetInstallErrorMessage()gets the install error message.java.lang.StringgetInstallFatalMessage()gets the install faal error message.java.lang.StringgetInstallSuccessMessage()gets the install success message.java.lang.StringgetInstallWarningMessage()gets the install success message.booleangetLaunchCheckBox()To get launchCheckBoxjava.lang.StringgetLaunchComboBox()To determine get launcher value.java.lang.StringgetLaunchCommandLine()To get the command line textjava.lang.StringgetLaunchText()To determine get launcher text.intgetRadioSelected()To determine which radio button is selected.java.lang.StringgetRebootNotNeededMessage()sets the reboot not needed message.java.lang.StringgetRebootRecommendedMessage()gets the reboot recommended messagejava.lang.StringgetRebootRequiredMessage()gets the reboot required messagejava.lang.StringgetRestartedRequiredMessage()To set the restart required messagebooleangetShowsInstallStatusMessage()gets whether to show the install status message.booleangetShowsRebootStatusMessage()gets whether the reboot status message should be shown.java.lang.StringgetWindowTitle()gets the panel title when it is running on windows.voidsetAllowUserChoice(boolean allowUserChoice)sets whether user choice is allowed.voidsetInstallErrorMessage(java.lang.String installErrorMessage)sets the install error message.voidsetInstallFatalMessage(java.lang.String installFatalMessage)sets the install faal error message.voidsetInstallSuccessMessage(java.lang.String installSuccessMessage)sets the install success message.voidsetInstallWarningMessage(java.lang.String installWarningMessage)sets the install warning message.voidsetLaunchCheckBox(boolean launchCheckBox)To set the launchCheckboxvoidsetLaunchComboBox(java.lang.String launchComboBox)To determine set launcher value.voidsetLaunchCommandLine(java.lang.String launchCommandLine)To set the command line textvoidsetLaunchText(java.lang.String launchText)To determine set launcher text.voidsetRadioSelected(int radioSelected)To determine which radio button is selected.voidsetRebootNotNeededMessage(java.lang.String rebootNotNeededMessage)sets the reboot not needed message.voidsetRebootRecommendedMessage(java.lang.String rebootRecommendedMessage)sets the reboot recommended messagevoidsetRebootRequiredMessage(java.lang.String rebootRequiredMessage)sets the reboot required messagevoidsetRestartedRequiredMessage(java.lang.String restartedRequiredMessage)To set the restart required messagevoidsetShowsInstallStatusMessage(boolean showsInstallStatusMessage)sets whether to show the install status message.voidsetShowsRebootStatusMessage(boolean showsRebootStatusMessage)sets whether the reboot status message should be shown.voidsetWindowTitle(java.lang.String windowTitle)To set the panel title when it is 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
-
getRadioSelected
public int getRadioSelected()
To determine which radio button is selected.
-
setRadioSelected
public void setRadioSelected(int radioSelected)
To determine which radio button is selected.
-
getLaunchComboBox
public java.lang.String getLaunchComboBox()
To determine get launcher value.
-
setLaunchComboBox
public void setLaunchComboBox(java.lang.String launchComboBox)
To determine set launcher value.
-
getLaunchText
public java.lang.String getLaunchText()
To determine get launcher text.
-
setLaunchText
public void setLaunchText(java.lang.String launchText)
To determine set launcher text.
-
getLaunchCommandLine
public java.lang.String getLaunchCommandLine()
To get the command line text
-
getLaunchCheckBox
public boolean getLaunchCheckBox()
To get launchCheckBox
-
setLaunchCheckBox
public void setLaunchCheckBox(boolean launchCheckBox)
To set the launchCheckbox
-
setLaunchCommandLine
public void setLaunchCommandLine(java.lang.String launchCommandLine)
To set the command line text
-
setRestartedRequiredMessage
public void setRestartedRequiredMessage(java.lang.String restartedRequiredMessage)
To set the restart required message
-
getRestartedRequiredMessage
public java.lang.String getRestartedRequiredMessage()
To set the restart required message
-
setWindowTitle
public void setWindowTitle(java.lang.String windowTitle)
To set the panel title when it is running on windows.
-
getWindowTitle
public java.lang.String getWindowTitle()
gets the panel title when it is running on windows.
-
setShowsInstallStatusMessage
public void setShowsInstallStatusMessage(boolean showsInstallStatusMessage)
sets whether to show the install status message.
-
getShowsInstallStatusMessage
public boolean getShowsInstallStatusMessage()
gets whether to show the install status message.
-
setInstallSuccessMessage
public void setInstallSuccessMessage(java.lang.String installSuccessMessage)
sets the install success message.
-
getInstallSuccessMessage
public java.lang.String getInstallSuccessMessage()
gets the install success message.
-
setInstallWarningMessage
public void setInstallWarningMessage(java.lang.String installWarningMessage)
sets the install warning message.
-
getInstallWarningMessage
public java.lang.String getInstallWarningMessage()
gets the install success message.
-
setInstallErrorMessage
public void setInstallErrorMessage(java.lang.String installErrorMessage)
sets the install error message.
-
getInstallErrorMessage
public java.lang.String getInstallErrorMessage()
gets the install error message.
-
setInstallFatalMessage
public void setInstallFatalMessage(java.lang.String installFatalMessage)
sets the install faal error message.
-
getInstallFatalMessage
public java.lang.String getInstallFatalMessage()
gets the install faal error message.
-
setRebootNotNeededMessage
public void setRebootNotNeededMessage(java.lang.String rebootNotNeededMessage)
sets the reboot not needed message.
-
getRebootNotNeededMessage
public java.lang.String getRebootNotNeededMessage()
sets the reboot not needed message.
-
setRebootRecommendedMessage
public void setRebootRecommendedMessage(java.lang.String rebootRecommendedMessage)
sets the reboot recommended message
-
getRebootRecommendedMessage
public java.lang.String getRebootRecommendedMessage()
gets the reboot recommended message
-
setRebootRequiredMessage
public void setRebootRequiredMessage(java.lang.String rebootRequiredMessage)
sets the reboot required message
-
getRebootRequiredMessage
public java.lang.String getRebootRequiredMessage()
gets the reboot required message
-
setShowsRebootStatusMessage
public void setShowsRebootStatusMessage(boolean showsRebootStatusMessage)
sets whether the reboot status message should be shown.
-
getShowsRebootStatusMessage
public boolean getShowsRebootStatusMessage()
gets whether the reboot status message should be shown.
-
setAllowUserChoice
public void setAllowUserChoice(boolean allowUserChoice)
sets whether user choice is allowed.
-
getAllowUserChoice
public boolean getAllowUserChoice()
get whether user choice is allowed.
-
-