Class ChooseShortcutFolderConsole

  • All Implemented Interfaces:
    Referenceable

    public final class ChooseShortcutFolderConsole
    extends Action
    Displays the console panel which allows the end user to determine where to install UNIX links.
    • Constructor Detail

      • ChooseShortcutFolderConsole

        public ChooseShortcutFolderConsole()
    • Method Detail

      • getTitle

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

        public void setTitle​(java.lang.String title)
        Defines the title of the panel. Default is "Choose Link Location".
      • setPrompt

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

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