|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ir.utilities.Netscape
Utilities for displaying a URL or local file in the current Netscape window using "netscape -remote". User must have netscape running.
Constructor Summary | |
Netscape()
|
Method Summary | |
static void |
display(java.io.File file)
Make netscape display a given file |
static void |
display(java.lang.String url)
Make netscape display a given URL |
static void |
main(java.lang.String[] args)
Test interface |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Netscape()
Method Detail |
public static void display(java.lang.String url)
public static void display(java.io.File file)
public static void main(java.lang.String[] args) throws java.io.IOException
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |