HEADER

biouml.plugins.sbw
Class SbwHost.TextHtmlFormatter

|
+--biouml.plugins.sbw.SbwHost.TextHtmlFormatter

public static class SbwHost.TextHtmlFormatter
extends SimpleHtmlFormatter


Method Summary
 voidgenerateHeader(Writer out, String beanTitle)
           
 voidgenerateProperty(Writer out, int level, String name, String completeName, String value, boolean readOnly, boolean canBeNull)
           

Method Detail

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

Association Links

to Class java.lang.String


FOOTER

BOTTOM