org.mdanderson.biostat.util
public class InetProtocolHandler extends Object implements HyperlinkListener
Constructor and Description |
---|
InetProtocolHandler() |
Modifier and Type | Method and Description |
---|---|
void |
hyperlinkUpdate(HyperlinkEvent event)
Called when a hypertext link is updated.
|
static void |
openURL(String url)
Opens the requested URL.
|
static void |
openURL(URL url)
Opens the requested URL.
|
public void hyperlinkUpdate(HyperlinkEvent event)
hyperlinkUpdate
in interface HyperlinkListener
event
- hyperlink eventpublic static void openURL(URL url)
url
- URL to displayopenURL(String)
public static void openURL(String url)
url
- string representing URL to displayopenURL(URL)
Copyright © 2002 M.D. Anderson Cancer Center. All Rights Reserved.