Uses of Interface
org.fest.swing.format.ComponentFormatter

Packages that use ComponentFormatter
org.fest.swing.format Component formatters that create a String representation of GUI components. 
 

Uses of ComponentFormatter in org.fest.swing.format
 

Classes in org.fest.swing.format that implement ComponentFormatter
 class ComponentFormatterTemplate
          Understands a template for implementations of ComponentFormatter.
 class IntrospectionComponentFormatter
          Understands a formatter that uses introspection to display property values of a Component.
 class JComboBoxFormatter
          Understands a formatter for JComboBoxes.
 class JFileChooserFormatter
          Understands a formatter for JFileChoosers.
 class JListFormatter
          Understands a formatter for JLists.
 class JOptionPaneFormatter
          Understands a formatter for JOptionPanes.
 class JTabbedPaneFormatter
          Understands a formatter for JTabbedPanes.
 class JTableFormatter
          Understands a formatter for JTables.
 class JTreeFormatter
          Understands a formatter for JTrees.
 

Methods in org.fest.swing.format with parameters of type ComponentFormatter
static void Formatting.register(ComponentFormatter formatter)
          Registers the given formatter, replacing any other one previously registered for the same supported component type.
 



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