Uses of Class
com.iragui.objects.SubWindowObject
Packages that use SubWindowObject
-
Uses of SubWindowObject in com.iragui.objects
Fields in com.iragui.objects declared as SubWindowObjectModifier and TypeFieldDescriptionprotected SubWindowObject
SubWindowObject.absoluteParentWindow
The absolute top-level parent subwindow in the hierarchy.protected SubWindowObject
SubWindowObject.parentWindow
The immediate parent subwindow, if nested.Fields in com.iragui.objects with type parameters of type SubWindowObjectModifier and TypeFieldDescriptionstatic HashMap
<String, SubWindowObject> SubWindowObject.windows
Global registry of subwindows by name.Methods in com.iragui.objects with parameters of type SubWindowObjectModifier and TypeMethodDescriptionstatic boolean
SubWindowObject.freeToInteract
(SubWindowObject o) Checks whether the given window is free to interact, i.e. no other window is currently dragging or resizing.Constructors in com.iragui.objects with parameters of type SubWindowObjectModifierConstructorDescriptionWritableTextBoxObject
(String name, int layer, GUI gui, int x, int y, int sizeX, int sizeY, boolean nearestFilter, boolean rgba, int lineSpacing, SubWindowObject window, Font font, Color textColor, Color backgroundColor, boolean antiAliasing) Creates a writable text box object.