Package org. hexworks. zircon. api. component
Types
AlignmentStrategy
Link copied to clipboard
fun fun interface AlignmentStrategy
Content copied to clipboard
An AlignmentStrategy can be used to calculate the Position of a Boundable (such as Components) relative to another one.
AttachedComponent
Link copied to clipboard
CheckBox
Link copied to clipboard
ColorTheme
Link copied to clipboard
interface ColorTheme
Content copied to clipboard
Component
Link copied to clipboard
interface Component : ComponentEventSource, ComponentProperties, Focusable, Movable, UIEventSource
Content copied to clipboard
A Component is a graphical text GUI element and can be used either to display information to the user or to enable the user to interact with the program.
ComponentAlignment
Link copied to clipboard
ComponentContainer
Link copied to clipboard
ComponentProperties
Link copied to clipboard
interface ComponentProperties : CanBeDisabled, CanBeHidden, ColorThemeOverride, TilesetOverride
Content copied to clipboard
This interface contains all the common properties that a UI Component can have.
ComponentStyleSet
Link copied to clipboard
interface ComponentStyleSet
Content copied to clipboard
This interface represents a collection of StyleSets which will be used when a Component's ComponentState changes.
NumberInput
Link copied to clipboard
ProgressBar
Link copied to clipboard
RadioButton
Link copied to clipboard
RadioButtonGroup
Link copied to clipboard
A RadioButtonGroup is a specialization of a Group that will enforce that only one RadioButton is selected in it at all times.
ToggleButton
Link copied to clipboard
A ToggleButton is an Component that's Selectable and will visually display its Selectable.isSelected state.