Class UninstallerIntroductionConsole

  • All Implemented Interfaces:
    Referenceable

    public final class UninstallerIntroductionConsole
    extends Action
    Displays an introduction to the uninstaller. The panel is intended to be used at the pre-uninstall phase of the uninstallation.
    • Constructor Detail

      • UninstallerIntroductionConsole

        public UninstallerIntroductionConsole()
    • Method Detail

      • getTitle

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

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

        public java.lang.String getMessage()
        The message to be displayed during uninstallation.
      • setMessage

        public void setMessage​(java.lang.String Message)
        The message to be displayed during uninstallation.