Package editor

Class HtmlViewer.HyperlinkHandler

  • All Implemented Interfaces:
    java.util.EventListener, javax.swing.event.HyperlinkListener
    Enclosing class:
    HtmlViewer

    class HtmlViewer.HyperlinkHandler
    extends java.lang.Object
    implements javax.swing.event.HyperlinkListener
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void hyperlinkUpdate​(javax.swing.event.HyperlinkEvent e)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HyperlinkHandler

        HyperlinkHandler()
    • Method Detail

      • hyperlinkUpdate

        public void hyperlinkUpdate​(javax.swing.event.HyperlinkEvent e)
        Specified by:
        hyperlinkUpdate in interface javax.swing.event.HyperlinkListener