Interface IHelpBrowser

    • Method Detail

      • getUrl

        String getUrl()
        Replies the current URL.
        Returns:
        the current URL
      • setUrl

        void setUrl​(String url)
        Sets the current URL.
        Parameters:
        url - the current URL
        Since:
        14807
      • openHelpTopic

        void openHelpTopic​(String relativeHelpTopic)
        Loads and displays the help information for a help topic given by a relative help topic name, i.e. "/Action/New".
        Parameters:
        relativeHelpTopic - the relative help topic
      • openUrl

        void openUrl​(String url)
        Opens an URL and displays the content. If the URL is the locator of an absolute help topic, help content is loaded from the JOSM wiki. Otherwise, the help browser loads the page from the given URL.
        Parameters:
        url - the url