Public Member Functions | |
| ActionChannel (Device device) | |
| void | openURL (String urlString) |
| void | typeString (String typeThis) |
| void | openFile (File f) |
This software is distributed under the BSD License.
Definition at line 25 of file ActionChannel.java.
| ActionChannel | ( | Device | device | ) |
| void openFile | ( | File | f | ) |
| void openURL | ( | String | urlString | ) |
| urlString |
Definition at line 39 of file ActionChannel.java.
References Device.invokeAction().
| void typeString | ( | String | typeThis | ) |
| typeThis |
Definition at line 51 of file ActionChannel.java.
References Device.invokeAction(), and RobotAction.typeString().
1.4.7