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 TypeClassDescriptionclassUnderstands a template for implementations of.ComponentFormatterfinal classUnderstands a formatter that uses introspection to display property values of a.ComponentclassUnderstands a formatter fores.JComboBoxclassUnderstands a formatter fors.JFileChooserclassUnderstands a formatter fors.JListclassUnderstands a formatter fors.JOptionPaneclassUnderstands a formatter fors.JTabbedPaneclassUnderstands a formatter fors.JTableclassUnderstands a formatter fors.JTreeFields in org.fest.swing.format with type parameters of type ComponentFormatterModifier and TypeFieldDescriptionprivate static final Map<Class<?>,ComponentFormatter> Formatting.FORMATTERSMethods in org.fest.swing.format that return ComponentFormatterModifier and TypeMethodDescriptionprivate static ComponentFormatter(package private) static ComponentFormatterprivate static ComponentFormatterFormatting.formatterFor(Class<?> type) private static ComponentFormatterFormatting.instrospect(Class<? extends Component> targetType, String... propertyNames) private static ComponentFormatterMethods in org.fest.swing.format with parameters of type ComponentFormatterModifier and TypeMethodDescriptionstatic voidFormatting.register(ComponentFormatter formatter) Registers the given formatter, replacing any other one previously registered for the same supported component type.