Package org.netbeans.jemmy
package org.netbeans.jemmy
Main Jemmy package
Contains basic Jemmy classes.Low-level classes to find/wait components, classes to perform waitings, time resricted actions and so on.
- Since:
- 02/23/2002
-
ClassDescriptionDefines an action to be executed by
ActionProducer
instance.Runs actions with or without waiting.Load string resources from file.Provides functionality to work with a bunch of resource files.Defines char-to-key binding.Allows access to classes by reflection.This interface should be implemented to define the criteria used to search for a component.Exception can be thrown as a result of attempt to produce a key operation for a component which does not have focus.Exception can be thrown as a result of attempt to produce a mouse operation for a component which is not visible.Contains methods to search for components below a a givenjava.awt.Container
in the display containment hierarchy.Default implementation of CharBindingMap interface.A DialogWaiter is a utility class used to look or wait for Dialogs.Provides low level functions for reproducing user actions.Provides methods to check last dispatched events, to wait for events of specific types, or to guarantee that events of specific types are not dispatched during some time frame.Contains methods to search and wait Frame.Parent of all Jemmy exceptions.Exception can be thrown as a result of incorrect input operations.Keeps default Jemmy properties.Exception can be throwht as a result of attempt to produce a mouse pressing when mouse is not over the java component.Class to display information about object: fields, methods, ancestors and so on.Communicate the identity of the output streams or writers used by the application.Provides functionality to work with java.awt.EventQueue empty.Action to be excuted through event queue.A test scenario.Jemmy itself provides a way to create tests.Exception is throught as a result of test.Test output.Represents one timeout.Any class which contains methods requiring waiting or sleeping should implement this interface.Exception is supposed to be used to notice that some waiting was expired.Class to store and process a set of timeout values.Defines criteria for waiting.Waits for something defined by Waitable interface to be happened.A WindowWaiter is a utility class used to look or wait for Windows.