Uses of Class
creamtec.core.FormattedStringBuffer

Packages that use FormattedStringBuffer
creamtec.core   
creamtec.webcream.rendering.html   
 

Uses of FormattedStringBuffer in creamtec.core
 

Methods in creamtec.core with parameters of type FormattedStringBuffer
 void FormattedStringBuffer.append(FormattedStringBuffer buf)
           
 

Constructors in creamtec.core with parameters of type FormattedStringBuffer
FormattedStringBuffer(FormattedStringBuffer buffer)
          Initializes the buffer with the default buffer size and sets indent to be the same as in the given buffer
 

Uses of FormattedStringBuffer in creamtec.webcream.rendering.html
 

Methods in creamtec.webcream.rendering.html that return FormattedStringBuffer
 FormattedStringBuffer HTMLPage.getBody()
          Returns the buffer representing the page body (HTML between <body> and </body> tags)
 FormattedStringBuffer HTMLPage.getHeader()
          Returns the buffer representing the page header (HTML between <header> and </header> tags)
 FormattedStringBuffer HTMLPage.getOutput()
          Returns the buffer (body/header) that the page is currently outputing to
 FormattedStringBuffer HTMLPage.getWindowFooter()
          Returns the buffer representing the end of the page body.
 

Methods in creamtec.webcream.rendering.html with parameters of type FormattedStringBuffer
static void DefaultMenuBarRenderer.appendMenuItem(FormattedStringBuffer buffer, java.lang.String parentName, java.awt.MenuItem item, java.lang.String action)
           
 void HTMLPage.setOutput(FormattedStringBuffer output)
          Sets the buffer (body/header) that the page is currently outputing to
 



Copyright © 2000-2006 CreamTec LLC. All Rights Reserved.