Interface | Description |
---|---|
GuiAutoCloseListener |
Interface for clients interested in auto-close events of
Gui
instances. |
GUIElement |
Interface defining an abstract GUI element.
|
GUIElementChangedListener |
Interface for listeners interested in the changed flag of
GUIElement
instances. |
GUIElementListener |
Listener for
GUIElement related events. |
KeyPressedHandler |
Interface for classes that may handle "pressed" key events.
|
RendererGuiStateListener |
Interface for listeners interested in gui state changes.
|
TooltipManager |
Manages the tooltip display.
|
Class | Description |
---|---|
AbstractGUIElement |
Abstract base class for GUI elements to be shown in
Guis . |
ActivatableGUIElement |
A
GUIElement that can be set to active or inactive. |
Expression |
An expression yielding an integer value derived from a screen resolution.
|
Extent |
Encapsulates the extent of a GUI element.
|
Gui |
Combines a list of
GUIElements to for a gui. |
GuiUtils |
Utility class for
Gui related functions. |
TooltipText |
Information for displaying tooltips.
|
TranslucentDialogsCheckBoxOption |
A
CheckBoxOption that enables/disables translucent dialog
backgrounds. |
Enum | Description |
---|---|
RendererGuiState |
All gui states of
JXCWindowRenderer . |