|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.netbeans.jemmy.drivers.InputDriverInstaller
public class InputDriverInstaller
Installs drivers for low-level drivers.
| Constructor Summary | |
|---|---|
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. |
|
| Method Summary | |
|---|---|
void |
install()
Installs input drivers. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
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()
| Method Detail |
|---|
public void install()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||