|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object Linkeable
public class Linkeable
Constructor Summary | |
---|---|
Linkeable(java.lang.String link)
Display a file in the system browser. |
Method Summary | |
---|---|
static void |
displayURL()
|
static boolean |
isWindowsPlatform()
Try to determine whether this application is running under Windows or some other platform by examing the "os.name" property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Linkeable(java.lang.String link)
url
- the file's url (the url must start with either "http://"
or
"file://").Method Detail |
---|
public static void displayURL()
public static boolean isWindowsPlatform()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |