biouml.plugins.sbw
Class SbwHost.TextHtmlFormatter
|
+--biouml.plugins.sbw.SbwHost.TextHtmlFormatter
- public static class SbwHost.TextHtmlFormatter
- extends SimpleHtmlFormatter
| Method Summary |
void | generateHeader(Writer out, String beanTitle) |
void | generateProperty(Writer out, int level, String name, String completeName, String value, boolean readOnly, boolean canBeNull) |
generateHeader
public void generateHeader(Writer out, String beanTitle)
throws java.lang.Exception
generateProperty
public void generateProperty(Writer out, int level, String name, String completeName, String value, boolean readOnly, boolean canBeNull)
throws java.lang.Exception
to Class java.lang.String
BOTTOM