|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Document | |
|---|---|
| creamtec.webcream.examples | |
| creamtec.webcream.rendering | |
| creamtec.webcream.rendering.html | |
| creamtec.webcream.rendering.html.positioned | |
| Uses of Document in creamtec.webcream.examples |
|---|
| Methods in creamtec.webcream.examples with parameters of type Document | |
|---|---|
void |
CustomControlProcessor.renderComponent(Document document,
java.lang.Object component)
|
| Uses of Document in creamtec.webcream.rendering |
|---|
| Methods in creamtec.webcream.rendering that return Document | |
|---|---|
abstract Document |
AbstractDocumentRenderer.createDocument()
Abstract Factory Method design pattern to create documents. |
Document |
DocumentRenderer.renderDocument(ClientAgent agent,
java.awt.Window window)
Top level method used to get a document representing a rendering of the window of the agent |
| Methods in creamtec.webcream.rendering with parameters of type Document | |
|---|---|
void |
AbstractDocumentRenderer.afterRenderComponent(Document document,
java.lang.Object obj)
A callback method that is invoked right after the component is rendered |
void |
AbstractDocumentRenderer.beforeRenderComponent(Document document,
java.lang.Object obj)
A callback method that is invoked right before the component is rendered |
void |
AbstractDocumentRenderer.renderComponent(Document document,
java.lang.Object component)
Facade method for rendering a component into the document. |
void |
ComponentRenderer.renderComponent(Document document,
java.lang.Object component)
The implementation must add code to the document that represents the component. |
abstract void |
AbstractDocumentRenderer.renderContainer(Document document,
java.awt.Container container)
Renders given container into the given document. |
| Uses of Document in creamtec.webcream.rendering.html |
|---|
| Classes in creamtec.webcream.rendering.html that implement Document | |
|---|---|
class |
HTMLPage
Represents HTML page that will be sent to the browser. |
| Methods in creamtec.webcream.rendering.html that return Document | |
|---|---|
Document |
HTMLPageRenderer.createDocument()
Creates a new HTML page |
Document |
HTMLPageRenderer.renderDocument(ClientAgent agent,
java.awt.Window window)
Overrides AbstractDocumentRenderer implementation to render the given window as HTML page. |
| Methods in creamtec.webcream.rendering.html with parameters of type Document | |
|---|---|
void |
HTMLPageRenderer.afterRenderComponent(Document page,
java.lang.Object obj)
Callback method invoked after rendering a component. |
void |
HTMLPageRenderer.beforeRenderComponent(Document page,
java.lang.Object obj)
Callback method invoked before rendering a component. |
void |
AbstractHTMLComponentRenderer.renderComponent(Document document,
java.lang.Object component)
Delegates rendering of document to abstract method rendering the HTML page |
void |
HTMLPageRenderer.renderComponent(Document document,
java.lang.Object component)
Facade method for rendering a component into the document. |
void |
HTMLPageRenderer.renderContainer(Document document,
java.awt.Container container)
Helper method that forwards to renderContainer(HTMLPage, Container) |
| Uses of Document in creamtec.webcream.rendering.html.positioned |
|---|
| Classes in creamtec.webcream.rendering.html.positioned that implement Document | |
|---|---|
class |
PositionedHTMLPage
Extends HTML page to provide additional characteristics for rendering positioned components. |
| Methods in creamtec.webcream.rendering.html.positioned that return Document | |
|---|---|
Document |
PositionedPageRenderer.createDocument()
Overrides to create a positioned HTML page |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||