Package rma.swing

Class JDialogHelp.HtmlPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, EventListener, Accessible, HyperlinkListener
Enclosing class:
JDialogHelp

public class JDialogHelp.HtmlPanel extends JPanel implements HyperlinkListener
See Also:
  • Constructor Details

    • HtmlPanel

      public HtmlPanel(String strUrl)
  • Method Details

    • hyperlinkUpdate

      public void hyperlinkUpdate(HyperlinkEvent e)
      Notification of a change relative to a hyperlink.
      Specified by:
      hyperlinkUpdate in interface HyperlinkListener
    • linkActivated

      protected void linkActivated(URL u)
      Follows the reference in an link. The given url is the requested reference. By default this calls setPage, and if an exception is thrown the original previous document is restored and a beep sounded. If an attempt was made to follow a link, but it represented a malformed url, this method will be called with a null argument.
      Parameters:
      u - the URL to follow