Uses of Interface
org.lobobrowser.html.renderer.BoundableRenderable

Packages that use BoundableRenderable
org.lobobrowser.html.gui Contains Java Swing components that render a HTML DOM. 
org.lobobrowser.html.renderer Contains the HTML renderer infrastructure. 
 

Uses of BoundableRenderable in org.lobobrowser.html.gui
 

Methods in org.lobobrowser.html.gui that return BoundableRenderable
 BoundableRenderable HtmlPanel.getBlockRenderable()
          Gets the root Renderable of the HTML block.
 BoundableRenderable HtmlBlockPanel.getRootRenderable()
           
 

Uses of BoundableRenderable in org.lobobrowser.html.renderer
 

Subinterfaces of BoundableRenderable in org.lobobrowser.html.renderer
 interface RCollection
          A Renderable with children.
 interface RElement
          A renderer node for elements such as blocks, lists, tables, inputs, images, etc.
 

Classes in org.lobobrowser.html.renderer that implement BoundableRenderable
 class RBlock
          Represents a HTML block in a rendered document, typically a DIV.
 class RBlockViewport
          A substantial portion of the HTML rendering logic of the package can be found in this class.
 class RImgControl
           
 class RRelative
           
 

Fields in org.lobobrowser.html.renderer declared as BoundableRenderable
 BoundableRenderable DelayedPair.child
           
 BoundableRenderable ExportableFloat.element
           
 BoundableRenderable RenderableSpot.renderable
           
 

Methods in org.lobobrowser.html.renderer that return BoundableRenderable
 BoundableRenderable RBlockViewport.getRenderable(int x, int y)
           
 BoundableRenderable RBlockViewport.getRenderable(java.awt.Point point)
           
 

Constructors in org.lobobrowser.html.renderer with parameters of type BoundableRenderable
DelayedPair(RenderableContainer parent, BoundableRenderable child, int x, int y)
           
ExportableFloat(BoundableRenderable element, boolean leftFloat, int origX, int origY)
           
RenderableSpot(BoundableRenderable renderable, int x, int y)
           
 



SourceForge.net LogoCopyright © 2005, 2006, 2007 The Lobo Project. All Rights Reserved.
[Cobra Project Home]