public abstract class ComponentFormatterTemplate extends Object implements ComponentFormatter
ComponentFormatter.| Constructor and Description |
|---|
ComponentFormatterTemplate() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract String |
doFormat(Component c)
Returns the
String representation of the given . |
String |
format(Component c)
Returns the
String representation of the given . |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittargetTypepublic final String format(Component c)
String representation of the given Component.format in interface ComponentFormatterc - the given Component.String representation of the given Component.NullPointerException - if the given Component is null.IllegalArgumentException - if the type of the given Component is not supported by this
formatter.Copyright © 2007-2012 FEST (Fixtures for Easy Software Testing). All Rights Reserved.