Package org.fest.swing.format
Class JFileChooserFormatter
java.lang.Object
org.fest.swing.format.ComponentFormatterTemplate
org.fest.swing.format.JFileChooserFormatter
- All Implemented Interfaces:
ComponentFormatter
Understands a formatter for
JFileChooser
s.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected String
Returns theString
representation of the given
, which should be aComponent
(or subclass.)JFileChooser
Indicates that this formatter supports
only.JFileChooser
Methods inherited from class org.fest.swing.format.ComponentFormatterTemplate
format
-
Field Details
-
DIALOG_TYPES
-
-
Constructor Details
-
JFileChooserFormatter
public JFileChooserFormatter()
-
-
Method Details
-
doFormat
Returns theString
representation of the given
, which should be aComponent
(or subclass.)JFileChooser
- Specified by:
doFormat
in classComponentFormatterTemplate
- Parameters:
c
- the givenComponent
.- Returns:
- the
String
representation of the givenJFileChooser
.
-
targetType
Indicates that this formatter supports
only.JFileChooser
- Returns:
JFileChooser.class
.
-