Class IntroductionConsole

  • All Implemented Interfaces:
    Referenceable

    public final class IntroductionConsole
    extends Action
    Displays the installation introduction panel to the end user. The panel is intended to be used in the pre-install phase of the installation.
    • Constructor Detail

      • IntroductionConsole

        public IntroductionConsole()
    • Method Detail

      • getTitle

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

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

        public java.lang.String getMessage()
        The introduction message to display.
      • setMessage

        public void setMessage​(java.lang.String Message)
        The introduction message to display.