Package adams.core

Interface HelpProvider

    • Method Detail

      • getHelpURL

        String getHelpURL()
        Returns a URL with additional information.
        Returns:
        the URL (or multiple URLs tab-separated), null if not available
      • getHelpDescription

        String getHelpDescription()
        Returns a long help description, e.g., used in tiptexts.
        Returns:
        the help text, null if not available
      • getHelpTitle

        String getHelpTitle()
        Returns a short title for the help, e.g., used for buttons.
        Returns:
        the short title, null if not available
      • getHelpIcon

        String getHelpIcon()
        Returns the name of a help icon, e.g., used for buttons.
        Returns:
        the icon name, null if not available