Package org.netbeans.jemmy.drivers
package org.netbeans.jemmy.drivers
Drivers interfaces
Contains interfaces of "drivers".Driver is a class which actually implements action reproducing. There are different types of drivers (mouse driver, keyboard driver, button drivers, ...), each of them represented by interface (button driver - by ButtonDriver interface, ...)
Package also contains some classes allowing to manage driver set.
Subpackages contain driver implementations.
Drivers is low-level API: they are not supposed to be used directly from test.
- Since:
- 04/17/2002
-
ClassDescriptionInstalls all necessary drivers for Jemmy operators except low-level drivers which are installed by InputDriverInstaller.Auxiliary class making driver registration easier.Defines how to work with buttons.Installs all necessary drivers for Jemmy operators except low-level drivers which are installed by InputDriverInstaller.Specifies an interface for objects defining path searching criteria.Implements "heavy" model of driver because requires to load classes for all supported operator types.Manages driver set.Interface of objects to be used for value changing (editing).Defines how to manage focus.Defines how to work with frames.Installs drivers for low-level drivers.Defines the way to get a title pane.Defines how to simulate keyboard operations.Implements "light" model of driver because does not require to load classes for all supported operator types.Allows to declare supported operator classes.Defines how to work with lists.Defines how to work with menus.Defines how to simulate mouse operations.Defines how to work with lists allowing multiple selection.Defines how to work with lists allowing items reordering.Specifies an interface for objects defining path searching criteria.Defines how to work with scrollable components such as
javax.swing.JScrollBar
,javax.swing.JScrollPane
,javax.swing.JSlider
, ...Allows to declare supported operator classes.Defines how to work with tables.Defines how to work with text components.Defines how to work with trees.Is thrown as a result of attempt to use driver for unsupported operator type.Defines how to work with windows.