|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.stanford.hci.r3.actions.types.OpenURLAction
public class OpenURLAction
Uses the default browser to launch the specified URL. WARNING: This seems really really slow on Java 6 on my desktop. It is slow (a minute??) on both Firefox and IE7. It used to work well through JDIC on Java 5. We may implement an alternative. UPDATE: This seems to work perfectly fine on my laptop. So yeah, just be aware that it might not work consistently across machines. UPDATE2: HEY, this seems to work now on my desktop. Perhaps it was Google Desktop that was making it slow???
This software is distributed under the BSD License.
| Constructor Summary | |
|---|---|
OpenURLAction(java.net.URL theURL)
|
|
| Method Summary | |
|---|---|
void |
invoke()
Invoke this action on the local machine. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface edu.stanford.hci.r3.actions.R3Action |
|---|
toString |
| Constructor Detail |
|---|
public OpenURLAction(java.net.URL theURL)
theURL - | Method Detail |
|---|
public void invoke()
R3Action
invoke in interface R3ActionR3Action.invoke()
|
Copyright 2006 Stanford University | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||