Package org.netbeans.jemmy.drivers
Interface Driver
-
- All Known Implementing Classes:
SupportiveDriver
public interface Driver
Implements "heavy" model of driver because requires to load classes for all supported operator types.- Author:
- Alexandre Iline (alexandre.iline@sun.com)
- See Also:
LightDriver
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Class[]
getSupported()
Returns an array of operator classes which are supported by this driver.
-