JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
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
,
KeyboardJSliderScrollDriver
,
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:
Driver
Method Summary
Methods
Modifier and Type
Method and Description
String
[]
getSupported
()
Returns array of operator classes which are supported by this driver.
Method Detail
getSupported
String
[] getSupported()
Returns array of operator classes which are supported by this driver.
Returns:
an array of supported operator classes' names.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method