Interface HelpSupporter

    • Method Detail

      • clearHelp

        void clearHelp()
        Clears any help information.
      • hasHelp

        boolean hasHelp()
        Returns whether any help information is available.
        Returns:
        true if help available
      • setHelp

        void setHelp​(String help,
                     boolean isHtml)
        Sets the help information to offer.
        Parameters:
        help - the help
        isHtml - whether html or plain text
      • getHelp

        String getHelp()
        Returns the help information if any.
        Returns:
        the help information
      • isHelpHtml

        boolean isHelpHtml()
        Returns whether the help is html or plain text.
        Returns:
        true if html
      • showHelp

        void showHelp()
        Displays the help.