| Package | Description |
|---|---|
| com.creamtec.ajaxswing.rendering | |
| com.creamtec.ajaxswing.rendering.html | |
| com.creamtec.ajaxswing.rendering.html.positioned |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDocument |
| Modifier and Type | Method and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractDocumentRenderer.initializeDocument(Document document) |
| Modifier and Type | Class and Description |
|---|---|
class |
HTMLPage
Represents HTML page that will be sent to the browser.
|
| Modifier and Type | Method and Description |
|---|---|
Document |
HTMLPageRenderer.createDocument() |
Document |
HTMLPageRenderer.renderDocument(ClientAgent agent,
java.util.List<java.awt.Window> windows) |
| Modifier and Type | Method and Description |
|---|---|
void |
HTMLPageRenderer.initializeDocument(Document document) |
| Modifier and Type | Class and Description |
|---|---|
class |
AjaxPage |
| Modifier and Type | Method and Description |
|---|---|
Document |
AjaxPageRenderer.createDocument() |
Copyright © 2000-2012 CreamTec LLC. All Rights Reserved.