Package org.lobobrowser.html.renderer
Interface RCollection
-
- All Superinterfaces:
BoundableRenderable,Renderable
- All Known Subinterfaces:
RElement
- All Known Implementing Classes:
RBlock,RBlockViewport,RImgControl,RRelative
public interface RCollection extends BoundableRenderable
ARenderablewith children.
-
-
Field Summary
-
Fields inherited from interface org.lobobrowser.html.renderer.Renderable
EMPTY_ARRAY
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidblur()voidfocus()java.util.IteratorgetRenderables()Gets the collection ofRenderablechildren.voidinvalidateLayoutDeep()Invalidates layout in all descendents.voidupdateWidgetBounds(int guiX, int guiY)-
Methods inherited from interface org.lobobrowser.html.renderer.BoundableRenderable
extractSelectionText, getBounds, getGUIPoint, getHeight, getLowestRenderableSpot, getModelNode, getOrdinal, getOrigin, getOriginalOrCurrentParent, getOriginalParent, getOriginRelativeTo, getParent, getRenderablePoint, getSize, getWidth, getX, getY, getZIndex, invalidateLayoutUpTree, isContainedByNode, onDoubleClick, onMouseClick, onMouseDisarmed, onMouseMoved, onMouseOut, onMousePressed, onMouseReleased, onRightClick, paintSelection, paintTranslated, relayout, repaint, repaint, setBounds, setHeight, setOrdinal, setOrigin, setOriginalParent, setParent, setWidth, setX, setY
-
Methods inherited from interface org.lobobrowser.html.renderer.Renderable
paint
-
-
-
-
Method Detail
-
getRenderables
java.util.Iterator getRenderables()
Gets the collection ofRenderablechildren.
-
updateWidgetBounds
void updateWidgetBounds(int guiX, int guiY)
-
invalidateLayoutDeep
void invalidateLayoutDeep()
Invalidates layout in all descendents.
-
focus
void focus()
-
blur
void blur()
-
-