Uses of Interface
org.loboevolution.html.renderer.RCollection
Packages that use RCollection
Package
Description
Contains Java Swing components that render a HTML DOM.
Contains the HTML renderer infrastructure.
-
Uses of RCollection in org.loboevolution.gui
Methods in org.loboevolution.gui with parameters of type RCollectionModifier and TypeMethodDescriptionHtmlBlockPanel.getOriginRelativeToAbs(RCollection bodyLayout) getOriginRelativeToAbs. -
Uses of RCollection in org.loboevolution.html.control
Classes in org.loboevolution.html.control that implement RCollectionModifier and TypeClassDescriptionclassRImgControl class.classRUIControl class. -
Uses of RCollection in org.loboevolution.html.renderer
Subinterfaces of RCollection in org.loboevolution.html.rendererModifier and TypeInterfaceDescriptioninterfaceA renderer node for elements such as blocks, lists, tables, inputs, images, etc.Classes in org.loboevolution.html.renderer that implement RCollectionModifier and TypeClassDescriptionclassAbstract BaseElementRenderable class.classclassRepresents a HTML block in a rendered document, typically a DIV.classA substantial portion of the HTML rendering logic of the package can be found in this class.classRInlineBlock class.classTranslatedRenderable class.Fields in org.loboevolution.html.renderer declared as RCollectionModifier and TypeFieldDescriptionprotected RCollectionBaseBoundableRenderable.originalParentprotected RCollectionBaseBoundableRenderable.parentMethods in org.loboevolution.html.renderer that return RCollectionModifier and TypeMethodDescriptionBaseBoundableRenderable.getOriginalOrCurrentParent()getOriginalOrCurrentParent.BoundableRenderable.getOriginalOrCurrentParent()getOriginalOrCurrentParent.TranslatedRenderable.getOriginalOrCurrentParent()getOriginalOrCurrentParent.BaseBoundableRenderable.getOriginalParent()getOriginalParent.BoundableRenderable.getOriginalParent()getOriginalParent.TranslatedRenderable.getOriginalParent()getOriginalParent.BaseBoundableRenderable.getParent()getParent.BoundableRenderable.getParent()getParent.Methods in org.loboevolution.html.renderer with parameters of type RCollectionModifier and TypeMethodDescriptiondefault RenderableRenderable.findHtmlRenderable(RCollection root) findHtmlRenderable.BaseBoundableRenderable.getOriginRelativeTo(RCollection ancestor) getOriginRelativeTo.BoundableRenderable.getOriginRelativeTo(RCollection ancestor) getOriginRelativeTo.TranslatedRenderable.getOriginRelativeTo(RCollection ancestor) getOriginRelativeTo.BaseBoundableRenderable.getOriginRelativeToAbs(RCollection ancestor) getOriginRelativeToAbs.BoundableRenderable.getOriginRelativeToAbs(RCollection ancestor) getOriginRelativeToAbs.RenderableContainer.getOriginRelativeToAbs(RCollection bodyLayout) getOriginRelativeToAbs.TranslatedRenderable.getOriginRelativeToAbs(RCollection ancestor) getOriginRelativeToAbs.BaseBoundableRenderable.getOriginRelativeToNoScroll(RCollection ancestor) getOriginRelativeToNoScroll.BoundableRenderable.getOriginRelativeToNoScroll(RCollection ancestor) getOriginRelativeToNoScroll.TranslatedRenderable.getOriginRelativeToNoScroll(RCollection ancestor) getOriginRelativeToNoScroll.voidBaseBoundableRenderable.setOriginalParent(RCollection origParent) setOriginalParent.voidBoundableRenderable.setOriginalParent(RCollection origParent) setOriginalParent.voidTranslatedRenderable.setOriginalParent(RCollection origParent) setOriginalParent.voidBaseBoundableRenderable.setParent(RCollection parent) setParent.voidBoundableRenderable.setParent(RCollection parent) setParent.Constructors in org.loboevolution.html.renderer with parameters of type RCollectionModifierConstructorDescriptionRBlockViewport(RBlockInfo info, RenderableContainer container, RCollection parent) Constructs an HtmlBlockLayout. -
Uses of RCollection in org.loboevolution.html.renderer.table
Classes in org.loboevolution.html.renderer.table that implement RCollection