org.netbeans.jemmy.util |
Util package
Util package
Contains different util classes and additional implementations of some Jemmy interfaces.
@since 02/28/2002
|
Java Source File Name | Type | Comment |
AbstractTextStyleChooser.java | Class | Makes easier to implement searching criteria for javax.swing.text.StyledDocument
JTextComponentOperator.getPositionByText(String, JTextComponentOperator.TextChooser, int) . |
DefaultVisualizer.java | Class | Used as component visualizer by default. |
DumpController.java | Interface | |
Dumper.java | Class | Allows to "dump" current GUI state into XML file. |
EmptyVisualizer.java | Class | Being used bas visualizer does nothing. |
MouseVisualizer.java | Class | Does super.activate(org.netbeans.jemmy.operators.WindowOperator) . |
NameComponentChooser.java | Class | Specifies criteria for component lookup basing on component name. |
PNGDecoder.java | Class | Allows to load PNG graphical file. |
PNGEncoder.java | Class | This class allows to encode BufferedImage into B/W, greyscale or true color PNG
image format with maximum compression.
It also provides complete functionality for capturing full screen, part of
screen or single component, encoding and saving captured image info PNG file. |
PropChooser.java | Class | Implementation of org.netbeans.jemmy.ComponentChooser interface.
Class can be used to find component by its field/methods values. |
RegExComparator.java | Class | Be executed under 1.4 uses java.util.regex.Pattern functionality.
Otherwise understands only "." and "*" simbols, i.e. |
StringPropChooser.java | Class | Implementation of org.netbeans.jemmy.ComponentChooser interface. |
TextStyleChooser.java | Class | Defines searching criteria for javax.swing.text.StyledDocument
JTextComponentOperator.getPositionByText(String, JTextComponentOperator.TextChooser, int). |
WindowJob.java | Interface | Supposed to be used to perform some periodical job. |
WindowManager.java | Class | Class allows to make periodical window jobs like error window closing. |