Interface GuiLayout

All Superinterfaces:
GuiComponent
All Known Implementing Classes:
BorderLayout, BoxLayout, SpringGridLayout

public interface GuiLayout extends GuiComponent
A specific kind of GuiComponent that can manage the layout of a set of child GuiControl-holding nodes.
  • Method Details