Util package
Contains different util classes and additional implementations of some Jemmy interfaces.
- Since:
- 02/28/2002
-
Interface Summary
Interface |
Description |
DumpController |
|
WindowJob |
Supposed to be used to perform some periodical job.
|
-
Class Summary
Class |
Description |
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.
It also provides complete functionality for capturing full screen, part of
screen or single component, encoding and saving captured image info PNG file.
|
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 |
|
WindowManager |
Class allows to make periodical window jobs like error window closing.
|
WindowManager.ModalDialogChoosingJob |
|
-