Package org.netbeans.jemmy.drivers
Interface LightDriver
- All Known Implementing Classes:
AbstractScrollDriver,APIFocusDriver,APIJMenuDriver,AppleMenuDriver,AWTScrollDriver,AWTTextAPIDriver,AWTTextKeyboardDriver,ButtonMouseDriver,ChoiceDriver,DefaultFrameDriver,DefaultInternalFrameDriver,DefaultJMenuDriver,DefaultWindowDriver,EventDriver,JComboMouseDriver,JListMouseDriver,JScrollBarAPIDriver,JScrollBarDriver,JSliderAPIDriver,JSliderDriver,JSpinnerDriver,JSplitPaneDriver,JTabAPIDriver,JTableHeaderDriver,JTableMouseDriver,JTabMouseDriver,JTreeAPIDriver,JTreeMouseDriver,KeyEventDriver,KeyRobotDriver,LightSupportiveDriver,ListAPIDriver,ListKeyboardDriver,MouseEventDriver,MouseFocusDriver,MouseRobotDriver,QueueJMenuDriver,RobotDriver,ScrollbarDriver,ScrollPaneDriver,SwingTextAPIDriver,SwingTextKeyboardDriver,TextAPIDriver,TextKeyboardDriver
public interface LightDriver
Implements "light" model of driver because does not require to
load classes for all supported operator types.
- Author:
- Alexandre Iline (alexandre.iline@sun.com)
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionString[]Returns array of operator classes which are supported by this driver.
-
Method Details
-
getSupported
String[] getSupported()Returns array of operator classes which are supported by this driver.- Returns:
- an array of supported operator classes' names.
-