com.izforge.izpack.util
Class HyperlinkHandler

java.lang.Object
  extended by com.izforge.izpack.util.HyperlinkHandler
All Implemented Interfaces:
java.util.EventListener, javax.swing.event.HyperlinkListener

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

This class can be used to listen at hyperlinks click and open open the link in a browser

Author:
Mathieu ANCELIN

Constructor Summary
HyperlinkHandler()
           
 
Method Summary
 void hyperlinkUpdate(javax.swing.event.HyperlinkEvent e)
          Handle an event on the link
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HyperlinkHandler

public HyperlinkHandler()
Method Detail

hyperlinkUpdate

public void hyperlinkUpdate(javax.swing.event.HyperlinkEvent e)
Handle an event on the link

Specified by:
hyperlinkUpdate in interface javax.swing.event.HyperlinkListener
Parameters:
HyperlinkEvent - the event on the link