Interface IPreviewHtmlPage

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void browserBack()
      Navigate to the previous session history item.
      void browserForward()
      Navigate to the next session history item.
      void browserHome()
      Navigate to home page.
      void browserRefresh()
      Refresh the current page.
      void browserStop()
      Stop any loading and rendering activity.
      BrowserHistory getCurrentBrowserHistory()
      Return browser session history
      boolean isBackEnabled()
      Returns true if the receiver can navigate to the previous session history item, and false otherwise.
      boolean isForwardEnabled()
      Returns true if the receiver can navigate to the next session history item, and false otherwise.
      void setCurrentBrowserHistory​(BrowserHistory browserHistory)
      Set in the receiver new browser session history
      • Methods inherited from interface org.eclipse.swt.browser.LocationListener

        changed, changing
      • Methods inherited from interface org.eclipse.swt.browser.ProgressListener

        changed, completed
    • Method Detail

      • browserBack

        void browserBack()
        Navigate to the previous session history item.
      • browserForward

        void browserForward()
        Navigate to the next session history item.
      • browserStop

        void browserStop()
        Stop any loading and rendering activity.
      • browserRefresh

        void browserRefresh()
        Refresh the current page.
      • browserHome

        void browserHome()
        Navigate to home page.
      • isBackEnabled

        boolean isBackEnabled()
        Returns true if the receiver can navigate to the previous session history item, and false otherwise.
        Returns:
        the receiver's back command enabled state
      • isForwardEnabled

        boolean isForwardEnabled()
        Returns true if the receiver can navigate to the next session history item, and false otherwise.
        Returns:
        the receiver's forward command enabled state
      • getCurrentBrowserHistory

        BrowserHistory getCurrentBrowserHistory()
        Return browser session history
        Returns:
        the current session history, can be null
      • setCurrentBrowserHistory

        void setCurrentBrowserHistory​(BrowserHistory browserHistory)
        Set in the receiver new browser session history
        Parameters:
        browserHistory - the new browser session history, cannot be null