Uses of Interface
com.blackrook.gui.GUILayout
Packages that use GUILayout
Package
Description
Containing GUI components.
Contains layout objects to be added to GUI objects.
Contains objects to add to the GUI scene.
-
Uses of GUILayout in com.blackrook.gui
Methods in com.blackrook.gui that return GUILayoutModifier and TypeMethodDescriptionGUIObject.getLayout()Gets this object's layout type for resizing object children, should this object get resized itself.Methods in com.blackrook.gui with parameters of type GUILayout -
Uses of GUILayout in com.blackrook.gui.layout
Classes in com.blackrook.gui.layout that implement GUILayoutModifier and TypeClassDescriptionclassA layout that anchors objects to places in a parent object.classA layout that orients objects by resizing them.classA special layout that controls the visibility (and size) of the children on the object using this layout.classA layout for GUIObjects that sets the position of its components inside the parent.classA "framed" layout forGUIObjects similar toBorderLayout.classA border layout for GUIObjects similar toGridLayout.classA layout for GUIObjects that resizes its children to its parent, with padded space around its edges, defined in screen units. -
Uses of GUILayout in com.blackrook.gui.object
Methods in com.blackrook.gui.object with parameters of type GUILayoutModifier and TypeMethodDescriptionThis uses a special layout; to preserve it, this throws UnsupportedOperationException.This uses a special layout; to preserve it, this throws UnsupportedOperationException.This uses a special layout; to preserve it, this throws UnsupportedOperationException.