Index
All Classes and Interfaces|All Packages|Constant Field Values
W
- Widget - Class in app.ui.widgets
-
Abstract class for all widgets in the UI package.
- Widget(int, int, int, String) - Constructor for class app.ui.widgets.Widget
-
Constructor for Widget.
- WidgetButton - Class in app.ui.widgets
-
WidgetButton is a UI widget that represents a button.
- WidgetButton(int, int, int, String) - Constructor for class app.ui.widgets.WidgetButton
-
Constructs a WidgetButton with specified position, length, and text.
- WidgetButton(int, int, int, String, TEXT_ALIGNMENT) - Constructor for class app.ui.widgets.WidgetButton
-
Constructs a WidgetButton with specified position, length, text, and text alignment.
- WidgetLabel - Class in app.ui.widgets
-
WidgetLabel is a UI widget that represents a label.
- WidgetLabel(int, int, int, String) - Constructor for class app.ui.widgets.WidgetLabel
-
Constructs a WidgetLabel with specified position, length, and text.
- WidgetLabel(int, int, int, String, TEXT_ALIGNMENT) - Constructor for class app.ui.widgets.WidgetLabel
-
Constructs a WidgetLabel with specified position, length, text, and text alignment.
- widgetPageSelection - Variable in class app.ui.camp.listview.CampListView
- WidgetPageSelection - Class in app.ui.widgets
-
WidgetPageSelection represents a paginated selection widget in a UI.
- WidgetPageSelection(int, int, int, int, String, ArrayList<ArrayList<String>>, Window) - Constructor for class app.ui.widgets.WidgetPageSelection
-
Constructor for creating a WidgetPageSelection.
- WidgetPasswordBox - Class in app.ui.widgets
-
WidgetPasswordBox represents a password input field in a user interface.
- WidgetPasswordBox(int, int, int, String) - Constructor for class app.ui.widgets.WidgetPasswordBox
-
Constructs a WidgetPasswordBox with default text alignment to the left.
- WidgetPasswordBox(int, int, int, String, TEXT_ALIGNMENT) - Constructor for class app.ui.widgets.WidgetPasswordBox
-
Constructs a WidgetPasswordBox with specified text alignment.
- widgets - Variable in class app.ui.windows.Window
- WidgetTextBox - Class in app.ui.widgets
-
WidgetTextBox represents a text input field in a user interface.
- WidgetTextBox(int, int, int, String) - Constructor for class app.ui.widgets.WidgetTextBox
-
Constructs a WidgetTextBox with default text alignment to the left.
- WidgetTextBox(int, int, int, String, TEXT_ALIGNMENT) - Constructor for class app.ui.widgets.WidgetTextBox
-
Constructs a WidgetTextBox with specified text alignment.
- WidgetToggle - Class in app.ui.widgets
-
WidgetToggle represents a toggle button in a user interface.
- WidgetToggle(int, int, int, String) - Constructor for class app.ui.widgets.WidgetToggle
-
Constructs a WidgetToggle with a specified text and default alignment.
- WidgetToggle(int, int, int, String, TEXT_ALIGNMENT) - Constructor for class app.ui.widgets.WidgetToggle
-
Constructs a WidgetToggle with a specified text and alignment.
- Window - Class in app.ui.windows
-
Class representing a basic window in a user interface.
- Window(int, int, String) - Constructor for class app.ui.windows.Window
-
Constructor for Window class.
- WindowOverlayClass - Class in app.ui.windows
-
Class representing an overlay window with additional offset and destruction capabilities.
- WindowOverlayClass(int, int, int, int, String) - Constructor for class app.ui.windows.WindowOverlayClass
-
Constructor for WindowOverlayClass.
- WindowsManager - Class in app.ui.windows
-
Class responsible for managing multiple windows.
- WindowsManager(Screen, int, int) - Constructor for class app.ui.windows.WindowsManager
-
Constructor for WindowsManager.
All Classes and Interfaces|All Packages|Constant Field Values