|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.sdedit.util.Browser
public class Browser
A HyperlinkListener implementation that opens a browser for http hyperlinks, using java.awt.Desktop, and thus only working when JDK version >= is available at runtime.
| Method Summary | |
|---|---|
static Browser |
getBrowser()
Returns the singleton Browser instance. |
void |
hyperlinkUpdate(HyperlinkEvent e)
Opens the browser in order to display the website belonging to the URL that was clicked. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static Browser getBrowser()
public void hyperlinkUpdate(HyperlinkEvent e)
hyperlinkUpdate in interface HyperlinkListenere - event encapsulation the click of the URL
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||