Modifier and Type | Class and Description |
---|---|
class |
GuiCheckBox
Implements a check or radio box, according to the constructor parameters.
|
class |
GuiHorizontalLayout
A class implementing an automatic horizontal layout in which children
GuiElement's are placed side by side.
|
class |
GuiTableLayout
A class implementing an automatic table layout in which children GuiElement's
are arranged in rows and columns of cells.
|
class |
GuiVerticalLayout
A class implementing an automatic vertical layout in which children
GuiElement's are stacked one below the other.
|
Modifier and Type | Method and Description |
---|---|
GuiLayout |
GuiDialogueBox.addNewLayoutChild(int layoutType,
int layoutFlags)
Adds a new GuiLayout as a direct child of this dialogue box.
|
GuiLayout |
GuiLayout.addNewLayoutChild(int layoutType,
int layoutFlags)
Adds a new GuiLayout as a direct child of this layout.
|
GuiLayout |
GuiCheckBox.addNewLayoutChild(int layoutType,
int layoutFlags)
Overridden, does nothing
|
GuiLayout |
GuiDialogueBox.addNewTableLayoutChild(int colNum,
int rowNum,
int flags)
Adds a new GuiTableLayout as a direct child of this dialogue box.
|
GuiLayout |
GuiLayout.addNewTableLayoutChild(int colNum,
int rowNum,
int flags)
Adds a new GuiTableLayout as a direct child of this layout.
|
GuiLayout |
GuiCheckBox.addNewTableLayoutChild(int colNum,
int rowNum,
int flags)
Overridden, does nothing
|