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
JFileChoosers.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringReturns theStringrepresentation of the given, which should be aComponent(or subclass.)JFileChooserIndicates that this formatter supportsonly.JFileChooserMethods inherited from class org.fest.swing.format.ComponentFormatterTemplate
format
-
Field Details
-
DIALOG_TYPES
-
-
Constructor Details
-
JFileChooserFormatter
public JFileChooserFormatter()
-
-
Method Details
-
doFormat
Returns theStringrepresentation of the given, which should be aComponent(or subclass.)JFileChooser- Specified by:
doFormatin classComponentFormatterTemplate- Parameters:
c- the givenComponent.- Returns:
- the
Stringrepresentation of the givenJFileChooser.
-
targetType
Indicates that this formatter supportsonly.JFileChooser- Returns:
JFileChooser.class.
-