public class JFileChooserFormatter extends ComponentFormatterTemplate
JFileChooser
s.Constructor and Description |
---|
JFileChooserFormatter() |
Modifier and Type | Method and Description |
---|---|
protected String |
doFormat(Component c)
Returns the
String representation of the given , which should be a
(or subclass.) |
Class<? extends Component> |
targetType()
Indicates that this formatter supports
only. |
format
protected String doFormat(Component c)
String
representation of the given Component
, which should be a
JFileChooser
(or subclass.)doFormat
in class ComponentFormatterTemplate
c
- the given Component
.String
representation of the given JFileChooser
.public Class<? extends Component> targetType()
JFileChooser
only.JFileChooser.class
.Copyright © 2007-2013 FEST (Fixtures for Easy Software Testing). All Rights Reserved.