Uses of Interface
org.fest.swing.format.ComponentFormatter
Packages that use ComponentFormatter
Package
Description
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 ComponentFormatterModifier and TypeClassDescriptionclass
Understands a template for implementations of
.ComponentFormatter
final class
Understands a formatter that uses introspection to display property values of a
.Component
class
Understands a formatter for
es.JComboBox
class
Understands a formatter for
s.JFileChooser
class
Understands a formatter for
s.JList
class
Understands a formatter for
s.JOptionPane
class
Understands a formatter for
s.JTabbedPane
class
Understands a formatter for
s.JTable
class
Understands a formatter for
s.JTree
Fields in org.fest.swing.format with type parameters of type ComponentFormatterModifier and TypeFieldDescriptionprivate static final Map<Class<?>,
ComponentFormatter> Formatting.FORMATTERS
Methods in org.fest.swing.format that return ComponentFormatterModifier and TypeMethodDescriptionprivate static ComponentFormatter
(package private) static ComponentFormatter
private static ComponentFormatter
Formatting.formatterFor
(Class<?> type) private static ComponentFormatter
Formatting.instrospect
(Class<? extends Component> targetType, String... propertyNames) private static ComponentFormatter
Methods in org.fest.swing.format with parameters of type ComponentFormatterModifier and TypeMethodDescriptionstatic void
Formatting.register
(ComponentFormatter formatter) Registers the given formatter, replacing any other one previously registered for the same supported component type.