Uses of Interface
org.fest.swing.core.ComponentPrinter

Packages that use ComponentPrinter
org.fest.swing.core Building blocks for all FEST-Swing fixtures. 
 

Uses of ComponentPrinter in org.fest.swing.core
 

Classes in org.fest.swing.core that implement ComponentPrinter
 class BasicComponentPrinter
          Understands printing the String representation of Components to facilitate debugging.
 

Methods in org.fest.swing.core that return ComponentPrinter
 ComponentPrinter Robot.printer()
          Returns the BasicComponentPrinter being used by this robot.
 ComponentPrinter BasicComponentFinder.printer()
          Returns the ComponentPrinter in this finder.
 ComponentPrinter ComponentFinder.printer()
          Returns the ComponentPrinter in this finder.
 ComponentPrinter BasicRobot.printer()
          Returns the BasicComponentPrinter being used by this robot.
static ComponentPrinter BasicComponentPrinter.printerWithCurrentAwtHierarchy()
          Creates a new BasicComponentPrinter that has access to all the GUI components in the AWT hierarchy.
static ComponentPrinter BasicComponentPrinter.printerWithNewAwtHierarchy()
          Creates a new BasicComponentPrinter with a new AWT hierarchy.
 



Copyright © 2007-2011 FEST (Fixtures for Easy Software Testing). All Rights Reserved.