trassare.com

com.trassare.calculator.ui
Class LinkFollower

java.lang.Object
  extended by com.trassare.calculator.ui.LinkFollower
All Implemented Interfaces:
EventListener, HyperlinkListener

Deprecated. This class will be removed in future versions in favor of using the platform's native browser.

public class LinkFollower
extends Object
implements HyperlinkListener

Allows HTML content to be linked in the HelpBrowser.

Version:
16 November 2005
Author:
Samuel Trassare

Constructor Summary
LinkFollower(JEditorPane inPane)
          Deprecated. Explicit constructor.
 
Method Summary
 void hyperlinkUpdate(HyperlinkEvent evt)
          Deprecated. Refresh page based on supplied hyperlink.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinkFollower

public LinkFollower(JEditorPane inPane)
Deprecated. 
Explicit constructor.

Parameters:
inPane - the JEditorPane to attach to.
Method Detail

hyperlinkUpdate

public final void hyperlinkUpdate(HyperlinkEvent evt)
Deprecated. 
Refresh page based on supplied hyperlink.

Specified by:
hyperlinkUpdate in interface HyperlinkListener
Parameters:
evt - the event providing the link.

trassare.com