|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--irc.AppletURLHandler
URL handling via applet.
Constructor Summary | |
AppletURLHandler(java.applet.AppletContext ctx)
Create a new AppletURLHandler using the given AppletContext. |
Method Summary | |
void |
openURL(java.lang.String url)
Open the given url. |
void |
openURL(java.lang.String url,
java.lang.String target)
Open the given url. |
void |
stateURL(java.lang.String url)
Print the given url in the status box of the application. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AppletURLHandler(java.applet.AppletContext ctx)
ctx
- the applet context to use.Method Detail |
public void stateURL(java.lang.String url)
URLHandler
stateURL
in interface URLHandler
url
- url to print.public void openURL(java.lang.String url)
URLHandler
openURL
in interface URLHandler
url
- url to open.public void openURL(java.lang.String url, java.lang.String target)
URLHandler
openURL
in interface URLHandler
url
- url to open.target
- url target.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |