Class ChooseInstallFolderConsole

  • All Implemented Interfaces:
    Referenceable

    public final class ChooseInstallFolderConsole
    extends Action
    Displays the console panel which allows the end user to choose the primary installation location.

    The panel is designed to be used in the pre-install phase of the installation only.
    • Constructor Detail

      • ChooseInstallFolderConsole

        public ChooseInstallFolderConsole()
    • Method Detail

      • setInstructions

        public void setInstructions​(java.lang.String at)
        Defines the panel's instructions to display.
      • getInstructions

        public java.lang.String getInstructions()
        Returns the panel's instructions to display.
      • setTitle

        public void setTitle​(java.lang.String title)
        Defines the title of the panel. Default is "Choose Install Folder".
      • getTitle

        public java.lang.String getTitle()
        Returns the title of the panel.
      • setPrompt

        public void setPrompt​(java.lang.String prompt)
        Defines the panel's prompt to display. Default is "Where would you like to install?".
      • getPrompt

        public java.lang.String getPrompt()
        Returns the panel's prompt to display.