| java.lang.Object com.jeta.swingbuilder.codegen.builder.DefaultSourceBuilder
closeBrace | public void closeBrace()(Code) | | |
dedent | public void dedent()(Code) | | |
fillBuffer | public static void fillBuffer(StringBuffer buff, char c, int count)(Code) | | Fills a buffer with the given character count times
Parameters: c - the character to fill the string with Parameters: count - the number of characters to place in the string |
fillString | public static String fillString(char c, int count)(Code) | | Creates a string that is filled with the given character count times
Parameters: c - the character to fill the string with Parameters: count - the number of characters to place in the string the created string |
indent | public void indent()(Code) | | |
openBrace | public void openBrace()(Code) | | |
print | public void print(char c)(Code) | | |
println | public void println()(Code) | | |
|
|