Uses of Class
creamtec.webcream.rendering.AbstractDocumentRenderer

Packages that use AbstractDocumentRenderer
creamtec.webcream.core   
creamtec.webcream.rendering.html   
creamtec.webcream.rendering.html.positioned   
creamtec.webcream.rendering.html.structured   
 

Uses of AbstractDocumentRenderer in creamtec.webcream.core
 

Methods in creamtec.webcream.core that return AbstractDocumentRenderer
 AbstractDocumentRenderer ClientAgent.getDocumentRenderer()
          Returns the instance of PageRenderer, associated with this client
 

Uses of AbstractDocumentRenderer in creamtec.webcream.rendering.html
 

Subclasses of AbstractDocumentRenderer in creamtec.webcream.rendering.html
 class HTMLPageRenderer
          Contains logic that creates HTML page from parts such as the header and the body.
 

Uses of AbstractDocumentRenderer in creamtec.webcream.rendering.html.positioned
 

Subclasses of AbstractDocumentRenderer in creamtec.webcream.rendering.html.positioned
 class PositionedPageRenderer
          Implements positioned rendering, where instead of following container layouts the components are rendered into HTML with the fixed coordinates using CSS2 style property.
 

Uses of AbstractDocumentRenderer in creamtec.webcream.rendering.html.structured
 

Subclasses of AbstractDocumentRenderer in creamtec.webcream.rendering.html.structured
 class StructuredPageRenderer
          Implements the rendering of AWT container layouts as HTML tables.
 



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