Uses of Interface
com.creamtec.ajaxswing.rendering.Document

Packages that use Document
com.creamtec.ajaxswing.rendering   
com.creamtec.ajaxswing.rendering.html   
com.creamtec.ajaxswing.rendering.html.positioned   
 

Uses of Document in com.creamtec.ajaxswing.rendering
 

Classes in com.creamtec.ajaxswing.rendering that implement Document
 class AbstractDocument
           
 

Methods in com.creamtec.ajaxswing.rendering that return Document
abstract  Document AbstractDocumentRenderer.createDocument()
          Abstract Factory Method design pattern to create documents.
abstract  Document AbstractDocumentRenderer.renderDocument(ClientAgent agent, java.util.List<java.awt.Window> windows)
           
 Document DocumentRenderer.renderDocument(ClientAgent agent, java.util.List<java.awt.Window> windows)
          Top level method used to get a document representing a rendering of the window of the agent
 

Methods in com.creamtec.ajaxswing.rendering with parameters of type Document
 void AbstractDocumentRenderer.initializeDocument(Document document)
           
 

Uses of Document in com.creamtec.ajaxswing.rendering.html
 

Classes in com.creamtec.ajaxswing.rendering.html that implement Document
 class HTMLPage
          Represents HTML page that will be sent to the browser.
 

Methods in com.creamtec.ajaxswing.rendering.html that return Document
 Document HTMLPageRenderer.createDocument()
           
 Document HTMLPageRenderer.renderDocument(ClientAgent agent, java.util.List<java.awt.Window> windows)
           
 

Methods in com.creamtec.ajaxswing.rendering.html with parameters of type Document
 void HTMLPageRenderer.initializeDocument(Document document)
           
 

Uses of Document in com.creamtec.ajaxswing.rendering.html.positioned
 

Classes in com.creamtec.ajaxswing.rendering.html.positioned that implement Document
 class AjaxPage
           
 

Methods in com.creamtec.ajaxswing.rendering.html.positioned that return Document
 Document AjaxPageRenderer.createDocument()
           
 



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