gui
Class JAPHyperlinkAdapter

java.lang.Object
  extended by gui.JAPHyperlinkAdapter
All Implemented Interfaces:
java.util.EventListener, javax.swing.event.HyperlinkListener

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

Basic Adpater class for processing Hyperlinks displayed in the JAP application context Basic functionality of opening links with the platform specific browser is provided by this class.


Constructor Summary
JAPHyperlinkAdapter()
           
 
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

JAPHyperlinkAdapter

public JAPHyperlinkAdapter()
Method Detail

hyperlinkUpdate

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