Interface | Description |
---|---|
ScrollableContent |
Interface for content of scrollable lists
|
SlotContent |
Interface for everything that can provide graphical representation in form of icon
|
Class | Description |
---|---|
Bar |
Class for graphical bars like target frame bars etc.
|
Button |
Interface button class, implements MouseListener to detect mouse click
|
GameCursor |
Class for game cursor
TODO clean this mess
|
InfoField |
Class for field containing one line of text
|
InfoWindow |
Class for floating window with text
|
InterfaceObject |
Abstract super class for all interface objects
|
InterfaceTile |
Base class for graphical representations of skills, items, etc.
|
Message |
Class for game messages which consist of text, background and dismiss button
|
PointsField |
Class for points fields
|
Portrait |
Class for game objects portraits
|
ScrollableList |
Class for scrollable lists
|
ScrollableSlot | |
Slot |
Abstract class for interface slots
|
Switch |
Graphical switch to manipulate integers
|
TextBlock |
Class for text with multiple lines
|
TextBox |
Class for scrollable text box
|
TextButton |
Simple button with transparent texture
|
TextInput |
Class for text fields
|
TextSwitch |
Switch for manipulation of text values
|
UiLayout |
Class for saved UI layout (for save game)
|
Warning |
Class for game warnings, extends message class
|