Package | Description |
---|---|
org.fest.swing.core |
Building blocks for all FEST-Swing fixtures.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicComponentPrinter
Understands printing the
String representation of s to
facilitate debugging. |
Modifier and Type | Method and Description |
---|---|
ComponentPrinter |
Robot.printer()
Returns the
being used by this robot. |
ComponentPrinter |
ComponentFinder.printer()
Returns the
in this finder. |
ComponentPrinter |
BasicComponentFinder.printer()
Returns the
in this finder. |
ComponentPrinter |
BasicRobot.printer()
Returns the
being used by this robot. |
static ComponentPrinter |
BasicComponentPrinter.printerWithCurrentAwtHierarchy()
Creates a new
that has access to all the GUI components in the AWT
hierarchy. |
static ComponentPrinter |
BasicComponentPrinter.printerWithNewAwtHierarchy()
Creates a new
with a new AWT hierarchy. |
Copyright © 2007-2012 FEST (Fixtures for Easy Software Testing). All Rights Reserved.