|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 . |
class |
IntrospectionComponentFormatter
Understands a formatter that uses introspection to display property values of a . |
class |
JComboBoxFormatter
Understands a formatter for es. |
class |
JFileChooserFormatter
Understands a formatter for s. |
class |
JListFormatter
Understands a formatter for s. |
class |
JOptionPaneFormatter
Understands a formatter for s. |
class |
JTabbedPaneFormatter
Understands a formatter for s. |
class |
JTableFormatter
Understands a formatter for s. |
class |
JTreeFormatter
Understands a formatter for s. |
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||