public class InputDriverInstaller
extends java.lang.Object
| Constructor | Description |
|---|---|
InputDriverInstaller() |
Constructs an InputDriverInstaller object.
|
InputDriverInstaller(boolean useEventDrivers) |
Constructs an InputDriverInstaller object.
|
InputDriverInstaller(boolean useEventDrivers,
boolean smooth) |
Constructs an InputDriverInstaller object.
|
InputDriverInstaller(boolean useEventDrivers,
Timeout robotAutoDelay) |
Constructs an InputDriverInstaller object.
|
InputDriverInstaller(Timeout robotAutoDelay) |
Constructs an InputDriverInstaller object.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
install() |
Installs input drivers.
|
public InputDriverInstaller(boolean useEventDrivers,
Timeout robotAutoDelay)
useEventDrivers - Tells whether to use event drivers, otherwise robot drivers.robotAutoDelay - Time for Robot.setAutoDelay(long) method.public InputDriverInstaller(boolean useEventDrivers)
useEventDrivers - Tells whether to use event drivers, otherwise robot drivers.public InputDriverInstaller(boolean useEventDrivers,
boolean smooth)
useEventDrivers - Tells whether to use event drivers, otherwise robot drivers.smooth - whether to move mouse smoothly.public InputDriverInstaller(Timeout robotAutoDelay)
robotAutoDelay - Time for Robot.setAutoDelay(long) method.public InputDriverInstaller()