Package org.fest.swing.format

Component formatters that create a String representation of GUI components.

See:
          Description

Interface Summary
ComponentFormatter Understands a formatter that returns a String representation of a given Component.
 

Class Summary
ComponentFormatterTemplate Understands a template for implementations of ComponentFormatter.
Formatting Understands utility methods related to formatting.
IntrospectionComponentFormatter Understands a formatter that uses introspection to display property values of a Component.
JComboBoxFormatter Understands a formatter for JComboBoxes.
JFileChooserFormatter Understands a formatter for JFileChoosers.
JListFormatter Understands a formatter for JLists.
JOptionPaneFormatter Understands a formatter for JOptionPanes.
JTabbedPaneFormatter Understands a formatter for JTabbedPanes.
JTableFormatter Understands a formatter for JTables.
JTreeFormatter Understands a formatter for JTrees.
 

Package org.fest.swing.format Description

Component formatters that create a String representation of GUI components.

FEST-Swing provides default component formatters for all the Swing components in the JDK. Unlike the 'toString' method in Swing components, the provided component formatters display only the information that can help developers solve problems in functional tests, excluding any information related to the appearance of GUI components (e.g. colors, layouts, sizes, etc.)

The following are some examples of the output of the some of the provided component formatters.



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