Interface RCollection

All Superinterfaces:
BoundableRenderable, Renderable
All Known Subinterfaces:
RElement
All Known Implementing Classes:
RBlock, RBlockViewport, RImgControl, RRelative

public interface RCollection extends BoundableRenderable
A Renderable with children.
  • Method Details

    • getRenderables

      Iterator getRenderables()
      Gets the collection of Renderable children.
    • updateWidgetBounds

      void updateWidgetBounds(int guiX, int guiY)
    • invalidateLayoutDeep

      void invalidateLayoutDeep()
      Invalidates layout in all descendents.
    • focus

      void focus()
    • blur

      void blur()