Package org.netbeans.jemmy.util

Util package Contains different util classes and additional implementations of some Jemmy interfaces.

See:
          Description

Interface Summary
DumpController  
WindowJob Supposed to be used to perform some periodical job.
 

Class Summary
AbstractTextStyleChooser Makes easier to implement searching criteria for javax.swing.text.StyledDocument JTextComponentOperator.getPositionByText(String, JTextComponentOperator.TextChooser, int).
DefaultVisualizer Used as component visualizer by default.
Dumper Allows to "dump" current GUI state into XML file.
EmptyVisualizer Being used bas visualizer does nothing.
MouseVisualizer Does super.activate(org.netbeans.jemmy.operators.WindowOperator).
NameComponentChooser Specifies criteria for component lookup basing on component name.
PNGDecoder Allows to load PNG graphical file.
PNGEncoder This class allows to encode BufferedImage into B/W, greyscale or true color PNG image format with maximum compression.
PropChooser Implementation of org.netbeans.jemmy.ComponentChooser interface.
RegExComparator Be executed under 1.4 uses java.util.regex.Pattern functionality.
StringPropChooser Implementation of org.netbeans.jemmy.ComponentChooser interface.
TextStyleChooser Defines searching criteria for javax.swing.text.StyledDocument JTextComponentOperator.getPositionByText(String, JTextComponentOperator.TextChooser, int).
WindowManager Class allows to make periodical window jobs like error window closing.
WindowManager.ModalDialogChoosingJob  
 

Exception Summary
RegExComparator.RegExParsingException Thrown in case of parsing error.
 

Package org.netbeans.jemmy.util Description

Util package

Contains different util classes and additional implementations of some Jemmy interfaces.

Since:
02/28/2002