Class UninstallCompletePanel

  • All Implemented Interfaces:
    Referenceable

    public final class UninstallCompletePanel
    extends InstallPanelAction
    This action presents the Uninstall complete message to the end user.
    • Constructor Detail

      • UninstallCompletePanel

        public UninstallCompletePanel()
    • 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