Uses of Interface
org.fest.swing.core.ComponentPrinter
Packages that use ComponentPrinter
-
Uses of ComponentPrinter in org.fest.swing.core
Classes in org.fest.swing.core that implement ComponentPrinterModifier and TypeClassDescriptionfinal class
Understands printing theString
representation of
s to facilitate debugging.Component
Fields in org.fest.swing.core declared as ComponentPrinterMethods in org.fest.swing.core that return ComponentPrinterModifier and TypeMethodDescriptionBasicComponentFinder.printer()
Returns the
in this finder.ComponentPrinter
BasicRobot.printer()
Returns the
being used by this robot.BasicComponentPrinter
ComponentFinder.printer()
Returns the
in this finder.ComponentPrinter
Robot.printer()
Returns the
being used by this robot.BasicComponentPrinter
static ComponentPrinter
BasicComponentPrinter.printerWithCurrentAwtHierarchy()
Creates a new
that has access to all the GUI components in the AWT hierarchy.BasicComponentPrinter
static ComponentPrinter
BasicComponentPrinter.printerWithNewAwtHierarchy()
Creates a new
with a new AWT hierarchy.BasicComponentPrinter