Uses of Class
com.blackrook.gui.object.GUIPanel
Packages that use GUIPanel
Package
Description
Contains layout objects to be added to GUI objects.
Contains objects to add to the GUI scene.
-
Uses of GUIPanel in com.blackrook.gui.layout
Subclasses of GUIPanel in com.blackrook.gui.layoutModifier and TypeClassDescriptionprotected static classSpecial panel that acts as a "new line" in a flow. -
Uses of GUIPanel in com.blackrook.gui.object
Subclasses of GUIPanel in com.blackrook.gui.objectModifier and TypeClassDescriptionclassA "framed" pane object that already adds the frame elements around the object, as well as a means to make the frame resizable around its edges, and draggable at its top.classA special panel that goes not add itself to render sets (but still adds its children), so it is not rendered itself, but still is a panel otherwise.classImplementation of a progress bar.classGUISlider<T>A slider class that alters an internal value depending on where the slider sits on the slider bar.Methods in com.blackrook.gui.object that return GUIPanelModifier and TypeMethodDescriptionGUIFrame.getBottomCenterPanel()GUIFrame.getBottomLeftPanel()GUIFrame.getBottomRightPanel()GUIFrame.getContentPanel()GUIFrame.getMiddleLeftPanel()GUIFrame.getMiddleRightPanel()GUIFrame.getTopCenterPanel()GUIFrame.getTopLeftPanel()GUIFrame.getTopRightPanel()GUIPanel.setThemeKey(String themeKey) Sets this object's theme key.