Uses of Class
com.iragui.objects.GUIObject
Packages that use GUIObject
-
Uses of GUIObject in com.iragui
Fields in com.iragui with type parameters of type GUIObjectMethods in com.iragui that return types with arguments of type GUIObjectMethods in com.iragui with parameters of type GUIObjectModifier and TypeMethodDescriptionvoid
Adds a newGUIObject
to the GUI, registering it in name maps, layers, and event listeners.void
GUI.confirmLayerUpdate
(int oldLayer, GUIObject o) Moves aGUIObject
to a new layer.void
GUI.removeObject
(GUIObject o) Removes aGUIObject
from the GUI, unregistering it from layers and event listeners. -
Uses of GUIObject in com.iragui.listeners
Methods in com.iragui.listeners with parameters of type GUIObject -
Uses of GUIObject in com.iragui.objects
Subclasses of GUIObject in com.iragui.objectsModifier and TypeClassDescriptionclass
Abstract GUI object that displays an animated sequence ofWrappedBufferedImage
frames.class
Represents an interactive button within the GUI system.class
Light-weight extender for GUIObject to use all of it's utilities.class
A specializedGUIObject
representing a resizable, movable, and optionally decorated sub-window within the GUI.class
ATextBoxObject
represents a multi-line text container within the GUI.class
A GUI object that renders text as a texture and displays it in OpenGL.class
A GUIObject that wraps aBufferedImage
for use with IraGUI.class
A writable text box GUI component that supports user input, cursor movement, multi-line editing, and different editing modes.Methods in com.iragui.objects that return types with arguments of type GUIObjectModifier and TypeMethodDescriptionSubWindowObject.getObjectsByName()
Returns the height of this window's top bar (title bar region).Methods in com.iragui.objects with parameters of type GUIObjectModifier and TypeMethodDescriptionvoid
Adds aGUIObject
to this subwindow with a positional constraint.void
SubWindowObject.addObjectConstraintOffset
(GUIObject o, int offsetX, int offsetY) Adds a constraint offset for the given object within this window.void
SubWindowObject.changeConstraint
(GUIObject o, int constraint) Changes the constraint bucket for an existing child and reapplies positioning.int
SubWindowObject.getHighestLayer
(GUIObject ignore) Gets the highest layer value used by this window and its children, excluding a specific object.void
SubWindowObject.makeObjectScrollable
(GUIObject o) Marks aGUIObject
as scrollable within this subwindow.void
SubWindowObject.setObjectLayerInWindow
(GUIObject o, int layer) Assigns a GUI object to a relative layer within this subwindow.