edu.northwestern.at.utils.swing
Class WebLink

java.lang.Object
  extended by edu.northwestern.at.utils.swing.WebLink
All Implemented Interfaces:
Link

public class WebLink
extends java.lang.Object
implements Link

A web link.


Constructor Summary
WebLink(java.lang.String url)
          Constructs a new web link.
 
Method Summary
 void go()
          Goes to the web page.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebLink

public WebLink(java.lang.String url)
Constructs a new web link.

Parameters:
url - The web url.
Method Detail

go

public void go()
Goes to the web page.

Specified by:
go in interface Link