public class JListFormatter extends ComponentFormatterTemplate
JList
s.Constructor and Description |
---|
JListFormatter() |
Modifier and Type | Method and Description |
---|---|
protected String |
doFormat(Component c)
|
Class<? extends Component> |
targetType()
Indicates that this formatter supports
only. |
format
protected String doFormat(Component c)
doFormat
in class ComponentFormatterTemplate
c
- the given Component
.String
representation of the given JList
.Copyright © 2007-2012 FEST (Fixtures for Easy Software Testing). All Rights Reserved.