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