Package com.zerog.ia.auto.project.panels
Class UninstallCompletePanel
- 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.UninstallCompletePanel
-
- All Implemented Interfaces:
Referenceable
public final class UninstallCompletePanel extends InstallPanelAction
This action presents the Uninstall complete message to the end user.
-
-
Constructor Summary
Constructors Constructor Description UninstallCompletePanel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TextAlignment
getAlignment()
Accesses the text alignmentboolean
getAllowUserChoice()
gets whether user choice is allowed.TextAlignment
getJustification()
Accesses the text justificationjava.lang.String
getRebootNotNeededMessage()
gets the reboot not needed message.java.lang.String
getRebootRecommendedMessage()
gets the reboot recommended message.java.lang.String
getRebootRequiredMessage()
gets the reboot required message.boolean
getShowsInstallStatusMessage()
gets whether install status message should be showed.boolean
getShowsRebootStatusMessage()
gets whether reboot status message should be showed.boolean
getShowsUnhandledFileList()
gets whether unhandled file list should be showed.java.lang.String
getStepTitle()
accesses the step titlejava.lang.String
getUninstallIncompleteMessage()
gets the uninstall incomplete message.java.lang.String
getUninstallSkippedMessage()
gets the uninstall skipped message.java.lang.String
getUninstallSuccessMessage()
gets the uninstall success message.void
setAlignment(TextAlignment Alignment)
Accesses the text alignmentvoid
setAllowUserChoice(boolean allowUserChoice)
sets whether user choice is allowed.void
setJustification(TextAlignment Justification)
Accesses the text justificationvoid
setRebootNotNeededMessage(java.lang.String rebootNotNeededMessage)
sets the reboot not needed message.void
setRebootRecommendedMessage(java.lang.String rebootRecommendedMessage)
sets the reboot recommended message.void
setRebootRequiredMessage(java.lang.String rebootRequiredMessage)
gets the reboot required message.void
setShowsInstallStatusMessage(boolean showsInstallStatusMessage)
sets whether install status message should be showed.void
setShowsRebootStatusMessage(boolean showsRebootStatusMessage)
sets whether reboot status message should be showed.void
setShowsUnhandledFileList(boolean showsUnhandledFileList)
sets whether unhandled file list should be showed.void
setStepTitle(java.lang.String StepTitle)
accesses the step titlevoid
setUninstallIncompleteMessage(java.lang.String uninstallIncompleteMessage)
sets the uninstall incomplete message.void
setUninstallSkippedMessage(java.lang.String uninstallSkippedMessage)
sets the uninstall incomplete message.void
setUninstallSuccessMessage(java.lang.String uninstallSuccessMessage)
sets the uninstall success message.-
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
-
setUninstallSuccessMessage
public void setUninstallSuccessMessage(java.lang.String uninstallSuccessMessage)
sets the uninstall success message.
-
getUninstallSuccessMessage
public java.lang.String getUninstallSuccessMessage()
gets the uninstall success message.
-
setUninstallIncompleteMessage
public void setUninstallIncompleteMessage(java.lang.String uninstallIncompleteMessage)
sets the uninstall incomplete message.
-
getUninstallIncompleteMessage
public java.lang.String getUninstallIncompleteMessage()
gets the uninstall incomplete message.
-
getUninstallSkippedMessage
public java.lang.String getUninstallSkippedMessage()
gets the uninstall skipped message.
-
setUninstallSkippedMessage
public void setUninstallSkippedMessage(java.lang.String uninstallSkippedMessage)
sets the uninstall incomplete message.
-
setRebootNotNeededMessage
public void setRebootNotNeededMessage(java.lang.String rebootNotNeededMessage)
sets the reboot not needed message.
-
getRebootNotNeededMessage
public java.lang.String getRebootNotNeededMessage()
gets 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)
gets the reboot required message.
-
getRebootRequiredMessage
public java.lang.String getRebootRequiredMessage()
gets the reboot required message.
-
setAllowUserChoice
public void setAllowUserChoice(boolean allowUserChoice)
sets whether user choice is allowed.
-
getAllowUserChoice
public boolean getAllowUserChoice()
gets whether user choice is allowed.
-
setShowsRebootStatusMessage
public void setShowsRebootStatusMessage(boolean showsRebootStatusMessage)
sets whether reboot status message should be showed.
-
getShowsRebootStatusMessage
public boolean getShowsRebootStatusMessage()
gets whether reboot status message should be showed.
-
setShowsInstallStatusMessage
public void setShowsInstallStatusMessage(boolean showsInstallStatusMessage)
sets whether install status message should be showed.
-
getShowsInstallStatusMessage
public boolean getShowsInstallStatusMessage()
gets whether install status message should be showed.
-
setShowsUnhandledFileList
public void setShowsUnhandledFileList(boolean showsUnhandledFileList)
sets whether unhandled file list should be showed.
-
getShowsUnhandledFileList
public boolean getShowsUnhandledFileList()
gets whether unhandled file list should be showed.
-
getStepTitle
public java.lang.String getStepTitle()
accesses the step title
-
setStepTitle
public void setStepTitle(java.lang.String StepTitle)
accesses the step title
-
getJustification
public TextAlignment getJustification()
Accesses the text justification
-
setJustification
public void setJustification(TextAlignment Justification)
Accesses the text justification
-
getAlignment
public TextAlignment getAlignment()
Accesses the text alignment
-
setAlignment
public void setAlignment(TextAlignment Alignment)
Accesses the text alignment
-
-