util
Class HelpDialog.Hyperactive

java.lang.Object
  extended byutil.HelpDialog.Hyperactive
All Implemented Interfaces:
java.util.EventListener, javax.swing.event.HyperlinkListener
Enclosing class:
HelpDialog

class HelpDialog.Hyperactive
extends java.lang.Object
implements javax.swing.event.HyperlinkListener

Class used to handle the hyperlinks in the HelpWindow.


Constructor Summary
(package private) HelpDialog.Hyperactive()
           
 
Method Summary
 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

HelpDialog.Hyperactive

HelpDialog.Hyperactive()
Method Detail

hyperlinkUpdate

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