Class HelpBrowserHistory

    • Constructor Detail

    • Method Detail

      • clear

        public void clear()
        Clears the history.
      • canGoBack

        public boolean canGoBack()
        Determines if the help browser can go back.
        Returns:
        true if a previous history position exists
      • canGoForward

        public boolean canGoForward()
        Determines if the help browser can go forward.
        Returns:
        true if a following history position exists
      • back

        public void back()
        Go back.
      • forward

        public void forward()
        Go forward.
      • setCurrentUrl

        public void setCurrentUrl​(java.lang.String url)
        Remembers the new current URL.
        Parameters:
        url - the new current URL