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 , which should be a
(or subclass.) |
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
JTabbedPane (or subclass.)doFormat in class ComponentFormatterTemplatec - the given Component.String representation of the given JTabbedPane.public Class<? extends Component> targetType()
JTabbedPane only.JTabbedPane.class.Copyright © 2007-2012 FEST (Fixtures for Easy Software Testing). All Rights Reserved.