Interface RenderableContainer

All Known Implementing Classes:
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.
  • Method Details

    • addComponent

      Component addComponent(Component component)
    • invalidateLayoutUpTree

      void invalidateLayoutUpTree()
    • repaint

      void repaint(int x, int y, int width, int height)
    • relayout

      void relayout()
    • updateAllWidgetBounds

      void updateAllWidgetBounds()
    • getPaintedBackgroundColor

      Color getPaintedBackgroundColor()
    • getGUIPoint

      Point getGUIPoint(int x, int y)
    • focus

      void focus()
    • addDelayedPair

      void addDelayedPair(DelayedPair pair)
    • getDelayedPairs

      Collection getDelayedPairs()
    • getParentContainer

      RenderableContainer getParentContainer()
    • clearDelayedPairs

      void clearDelayedPairs()