Class UninstallCompleteConsole

  • All Implemented Interfaces:
    Referenceable

    public final class UninstallCompleteConsole
    extends Action
    Displays information that the uninstaller has completed. The panel is intended to be used at the post-uninstall phase of the uninstallation.
    • Constructor Detail

      • UninstallCompleteConsole

        public UninstallCompleteConsole()
    • Method Detail

      • getSkippedMessage

        public java.lang.String getSkippedMessage()
      • setSkippedMessage

        public void setSkippedMessage​(java.lang.String skippedMessage)
      • getTitle

        public java.lang.String getTitle()
        The title of the panel. Default is "Uninstall Complete".
      • setTitle

        public void setTitle​(java.lang.String Title)
        The title of the panel. Default is "Uninstall Complete".
      • getMessage

        public java.lang.String getMessage()
        The message to be displayed when uninstallation completes successfully. Default is "All items were successfully uninstalled.".
      • setMessage

        public void setMessage​(java.lang.String Message)
        The message to be displayed when uninstallation completes successfully. Default is "All items were successfully uninstalled.".
      • getIncompleteMessage

        public java.lang.String getIncompleteMessage()
        The message to be displayed on incomplete uninstallation. Default is "Some items could not be removed.".
      • setIncompleteMessage

        public void setIncompleteMessage​(java.lang.String IncompleteMessage)
        The message to be displayed on incomplete uninstallation. Default is "Some items could not be removed.".