public class JComboBoxFormatter extends ComponentFormatterTemplate
JComboBoxes.| Constructor and Description |
|---|
JComboBoxFormatter() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
doFormat(Component c)
Returns the
String representation of the given Component, which should be a JComboBox. |
Class<? extends Component> |
targetType()
Returns the type of AWT or Swing
Component this formatter supports. |
format@RunsInCurrentThread @Nonnull protected String doFormat(@Nonnull Component c)
String representation of the given Component, which should be a JComboBox.doFormat in class ComponentFormatterTemplatec - the given Component.String representation of the given JComboBox.@Nonnull public Class<? extends Component> targetType()
ComponentFormatterComponent this formatter supports.JComboBox.class.Copyright © 2014 AssertJ. All rights reserved.