Class HelpLinkListener

java.lang.Object
  |
  +--HelpLinkListener

public class HelpLinkListener
extends java.lang.Object
implements javax.swing.event.HyperlinkListener


Field Summary
(package private)  HelpDialog parent
           
 
Constructor Summary
HelpLinkListener(java.lang.Object parent)
          Class constructor.
 
Method Summary
 void hyperlinkUpdate(javax.swing.event.HyperlinkEvent he)
          This method updates the current HTML help page via a threaded inner class.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

parent

HelpDialog parent
Constructor Detail

HelpLinkListener

public HelpLinkListener(java.lang.Object parent)
Class constructor. Sets the parent of this listener.
Parameters:
parent - The parent for which this class listens for events.
Method Detail

hyperlinkUpdate

public void hyperlinkUpdate(javax.swing.event.HyperlinkEvent he)
This method updates the current HTML help page via a threaded inner class.
Specified by:
hyperlinkUpdate in interface javax.swing.event.HyperlinkListener
Parameters:
he - The URL of the HTML help page to display.