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