|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RCollection | |
---|---|
org.lobobrowser.html.renderer | Contains the HTML renderer infrastructure. |
Uses of RCollection in org.lobobrowser.html.renderer |
---|
Subinterfaces of RCollection in org.lobobrowser.html.renderer | |
---|---|
interface |
RElement
A renderer node for elements such as blocks, lists, tables, inputs, images, etc. |
Classes in org.lobobrowser.html.renderer that implement RCollection | |
---|---|
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
|
Methods in org.lobobrowser.html.renderer that return RCollection | |
---|---|
RCollection |
BoundableRenderable.getOriginalOrCurrentParent()
Returns BoundableRenderable.getOriginalParent() if not null. |
RCollection |
BoundableRenderable.getOriginalParent()
Gets the parent set with BoundableRenderable.setOriginalParent(RCollection) . |
RCollection |
BoundableRenderable.getParent()
Gets the parent where the renderable is rendered. |
Methods in org.lobobrowser.html.renderer with parameters of type RCollection | |
---|---|
java.awt.Point |
BoundableRenderable.getOriginRelativeTo(RCollection ancestor)
|
void |
BoundableRenderable.setOriginalParent(RCollection origParent)
|
void |
BoundableRenderable.setParent(RCollection parent)
|
Constructors in org.lobobrowser.html.renderer with parameters of type RCollection | |
---|---|
RBlockViewport(ModelNode modelNode,
RenderableContainer container,
int listNesting,
UserAgentContext pcontext,
HtmlRendererContext rcontext,
FrameContext frameContext,
RCollection parent)
Constructs an HtmlBlockLayout. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |