Package org.fest.swing.format
Class JTableFormatter
java.lang.Object
org.fest.swing.format.ComponentFormatterTemplate
org.fest.swing.format.JTableFormatter
- All Implemented Interfaces:
ComponentFormatter
Understands a formatter for
JTable
s.-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.fest.swing.format.ComponentFormatterTemplate
format
-
Constructor Details
-
JTableFormatter
public JTableFormatter()
-
-
Method Details
-
doFormat
- Specified by:
doFormat
in classComponentFormatterTemplate
- Parameters:
c
- the givenComponent
.- Returns:
- the
String
representation of the givenJTable
.
-
targetType
Indicates that this formatter supports
only.JTable
- Returns:
JTable.class
.
-