com.trassare.calculator.ui
Class LinkFollower
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LinkFollower
public LinkFollower(JEditorPane inPane)
- Deprecated.
- Explicit constructor.
- Parameters:
inPane - the JEditorPane to attach to.
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.