OpenURL2Action Class Reference

Inheritance diagram for OpenURL2Action:

R3Action List of all members.

Public Member Functions

 OpenURL2Action (URL theURL)
 OpenURL2Action (URL theURL, String targetBrowser)
 This one works the best on my desktop machine.
void invoke ()
 Invoke this action on the local machine.

Static Public Attributes

static final String FIREFOX = "FIREFOX"
 Choose a specific browser using these strings.
static final String IE = "IE"

Detailed Description

Uses BrowserLauncher to launch a URL. Use this if the other OpenURLAction does not work (quickly) for you.

This software is distributed under the BSD License.

Author:
Ron B Yeh (ronyeh(AT)cs.stanford.edu)

Definition at line 24 of file OpenURL2Action.java.


Constructor & Destructor Documentation

OpenURL2Action ( URL  theURL  ) 

Parameters:
theURL 

Definition at line 40 of file OpenURL2Action.java.

OpenURL2Action ( URL  theURL,
String  targetBrowser 
)

This one works the best on my desktop machine.

I have no idea why...

Parameters:
theURL 
targetBrowser 

Definition at line 50 of file OpenURL2Action.java.


Member Function Documentation

void invoke (  ) 

Invoke this action on the local machine.

If you want to invoke this on a remote machine, you will need to send it across the wire. That machine will then unserialize the action object and call invoke() on ITS local machine.

Implements R3Action.

Definition at line 55 of file OpenURL2Action.java.


The documentation for this class was generated from the following file:
Generated on Sat Apr 14 18:21:40 2007 for R3 Paper Toolkit by  doxygen 1.4.7