Class InstallCompleteConsole

  • All Implemented Interfaces:
    Referenceable

    public final class InstallCompleteConsole
    extends Action
    Displays information about the installation's status to the end user. The panel is intended to be used only after files have been installed, at the post-install phase of the installation.
    • Constructor Detail

      • InstallCompleteConsole

        public InstallCompleteConsole()
    • Method Detail

      • getTitle

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

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

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

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