Package org.netbeans.jemmy.drivers
Class APIDriverInstaller
- java.lang.Object
-
- org.netbeans.jemmy.drivers.ArrayDriverInstaller
-
- org.netbeans.jemmy.drivers.APIDriverInstaller
-
- All Implemented Interfaces:
DriverInstaller
public class APIDriverInstaller extends ArrayDriverInstaller
Installs all necessary drivers for Jemmy operators except low-level drivers which are installed by InputDriverInstaller.- Author:
- Alexandre Iline(alexandre.iline@sun.com)
-
-
Constructor Summary
Constructors Constructor Description APIDriverInstaller()
Constructs a DefaultDriverInstaller object with shortcut mode flag taken fromJemmyProperties
.APIDriverInstaller(boolean shortcutEvents)
Constructs a DefaultDriverInstaller object.
-
-
-
Constructor Detail
-
APIDriverInstaller
public APIDriverInstaller(boolean shortcutEvents)
Constructs a DefaultDriverInstaller object.- Parameters:
shortcutEvents
- Signals whether shortcut mode is used.
-
APIDriverInstaller
public APIDriverInstaller()
Constructs a DefaultDriverInstaller object with shortcut mode flag taken fromJemmyProperties
.
-
-