org.lobobrowser.html.renderer
Interface RenderableContainer
- HtmlBlockPanel, RBlock, RImgControl
public interface RenderableContainer
A RenderableContainer is either usually a parent
block or the root GUI component. It's is a Renderable
or GUI component whose layout may be invalidated.
add
public Component add(Component component)
addDelayedPair
public void addDelayedPair(DelayedPair pair)
clearDelayedPairs
public void clearDelayedPairs()
getDelayedPairs
public java.util.Collection getDelayedPairs()
getGUIPoint
public java.awt.Point getGUIPoint(int x,
int y)
getPaintedBackgroundColor
public Color getPaintedBackgroundColor()
invalidateLayoutUpTree
public void invalidateLayoutUpTree()
relayout
public void relayout()
repaint
public void repaint(int x,
int y,
int width,
int height)
updateAllWidgetBounds
public void updateAllWidgetBounds()