Package com.simsilica.lemur.core
Interface GuiLayout
- All Superinterfaces:
GuiComponent
- All Known Implementing Classes:
BorderLayout
,BoxLayout
,SpringGridLayout
A specific kind of GuiComponent that can manage the layout
of a set of child GuiControl-holding nodes.
-
Method Summary
Methods inherited from interface com.simsilica.lemur.core.GuiComponent
attach, calculatePreferredSize, detach, getGuiControl, isAttached, reshape
-
Method Details
-
addChild
-
removeChild
-
getChildren
Collection<Node> getChildren() -
clearChildren
void clearChildren() -
clone
GuiLayout clone()- Specified by:
clone
in interfaceGuiComponent
-