Uses of Class
com.creamtec.ajaxswing.rendering.html.HTMLPage

Packages that use HTMLPage
com.creamtec.ajaxswing.rendering.html   
com.creamtec.ajaxswing.rendering.html.positioned   
com.creamtec.ajaxswing.v4   
com.creamtec.ajaxswing.v4.render   
com.creamtec.ajaxswing.v4.utils   
 

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

Methods in com.creamtec.ajaxswing.rendering.html with parameters of type HTMLPage
 void HTMLPageRenderer.appendHeader(HTMLPage page, java.util.List<java.awt.Window> windows)
           
 

Constructors in com.creamtec.ajaxswing.rendering.html with parameters of type HTMLPage
HTMLPage(HTMLPage page)
          Creates a page that has the same indents as the given page and is associated with the same client agent
 

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

Subclasses of HTMLPage in com.creamtec.ajaxswing.rendering.html.positioned
 class AjaxPage
           
 

Constructors in com.creamtec.ajaxswing.rendering.html.positioned with parameters of type HTMLPage
ComponentState(java.lang.Object component, HTMLPage page)
           
ComponentState(java.lang.Object component, HTMLPage page, java.lang.String namePostfix)
           
 

Uses of HTMLPage in com.creamtec.ajaxswing.v4
 

Methods in com.creamtec.ajaxswing.v4 that return HTMLPage
 HTMLPage HtmlGraphics.getPage()
           
 

Methods in com.creamtec.ajaxswing.v4 with parameters of type HTMLPage
 void AjaxSwingV4Renderer.renderComponent(HTMLPage page, java.lang.Object component, AjaxSwingV4Handler handler)
           
 

Constructors in com.creamtec.ajaxswing.v4 with parameters of type HTMLPage
AbstractRenderingGraphics(HTMLPage page)
           
ComponentGraphics(HTMLPage page, AjaxSwingV4Handler handler)
           
HtmlGraphics(HTMLPage page)
           
RenderingGraphics(HTMLPage page)
           
 

Uses of HTMLPage in com.creamtec.ajaxswing.v4.render
 

Methods in com.creamtec.ajaxswing.v4.render with parameters of type HTMLPage
 java.awt.image.BufferedImage SnapshotRenderer.generateIconImage(HTMLPage page, java.awt.Component comp, javax.swing.Icon icon)
          Generate and return the snapshot image of the icon
 java.lang.String SnapshotRenderer.generateIconImageFile(HTMLPage page, java.awt.image.BufferedImage image, boolean keepUntilRestart)
           
 java.awt.image.BufferedImage SnapshotRenderer.generateImage(HTMLPage page, java.awt.Component comp)
          Generate and return the snapshot image of the component
 void SnapshotRenderer.writePNGImage(HTMLPage page, java.lang.String fileName, java.awt.image.BufferedImage image)
          Persist the image into the file on disk
 

Uses of HTMLPage in com.creamtec.ajaxswing.v4.utils
 

Constructors in com.creamtec.ajaxswing.v4.utils with parameters of type HTMLPage
ImageUtils(HTMLPage page)
           
 



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