Uses of Package
org.lobobrowser.html.renderer

Packages that use org.lobobrowser.html.renderer
org.lobobrowser.html.gui Contains Java Swing components that render a HTML DOM. 
org.lobobrowser.html.renderer Contains the HTML renderer infrastructure. 
org.lobobrowser.html.test Contains test software classes and simple implementations of context interfaces. 
 

Classes in org.lobobrowser.html.renderer used by org.lobobrowser.html.gui
BoundableRenderable
          A renderer node with well-defined bounds.
DelayedPair
           
FrameContext
          Provides direct access to the GUI component where the document is rendered, typically a browser frame of some sort.
NodeRenderer
           
RBlock
          Represents a HTML block in a rendered document, typically a DIV.
RenderableContainer
          A RenderableContainer is either usually a parent block or the root GUI component.
RenderableSpot
          Contains a renderer node and a position in that node.
 

Classes in org.lobobrowser.html.renderer used by org.lobobrowser.html.renderer
BoundableRenderable
          A renderer node with well-defined bounds.
DelayedPair
           
ExportableFloat
           
FloatingInfo
           
FrameContext
          Provides direct access to the GUI component where the document is rendered, typically a browser frame of some sort.
RBlockViewport
          A substantial portion of the HTML rendering logic of the package can be found in this class.
RCollection
          A Renderable with children.
RElement
          A renderer node for elements such as blocks, lists, tables, inputs, images, etc.
Renderable
          Represents a renderer (view) node.
RenderableContainer
          A RenderableContainer is either usually a parent block or the root GUI component.
RenderableSpot
          Contains a renderer node and a position in that node.
 

Classes in org.lobobrowser.html.renderer used by org.lobobrowser.html.test
FrameContext
          Provides direct access to the GUI component where the document is rendered, typically a browser frame of some sort.
 



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