| Interface | Description |
|---|---|
| WItemSlot.ChangeListener |
A listener for changes in an item slot.
|
| WLabeledSlider.LabelUpdater |
A label updater updates the label of a slider based on the current value.
|
| Class | Description |
|---|---|
| TooltipBuilder |
A builder for widget tooltips.
|
| WAbstractSlider |
A base class for slider widgets that can be used to select int values.
|
| WBar |
A bar that displays int values from a
PropertyDelegate. |
| WBox |
Similar to the BoxLayout in Swing, this widget represents a list of widgets along an axis.
|
| WButton | |
| WCardPanel |
Similar to the CardLayout in AWT, this panel displays one widget at a time from a list of widgets.
|
| WClippedPanel |
A panel that is clipped to only render widgets inside its bounds.
|
| WDynamicLabel |
Dynamic labels are labels that pull their text from a
Supplier<String>. |
| WGridPanel |
A panel that positions children in a grid.
|
| WItem |
A widget that displays an item or a list of items.
|
| WItemSlot |
A widget that displays an item that can be interacted with.
|
| WLabel |
A single-line label widget.
|
| WLabeledSlider |
A vanilla-style labeled slider widget.
|
| WListPanel<D,W extends WWidget> |
Similar to the RecyclerView in Android, this widget represents a scrollable list of items.
|
| WPanel |
Panels are widgets that contain other widgets.
|
| WPlainPanel |
A panel that positions children by pixel-perfect positions.
|
| WPlayerInvPanel |
A player inventory widget that has a visually separate hotbar.
|
| WScrollBar | |
| WScrollPanel |
Similar to the JScrollPane in Swing, this widget represents a scrollable widget.
|
| WSlider |
A simple slider widget that can be used to select int values.
|
| WSprite | |
| WTabPanel |
A panel that contains creative inventory-style tabs on the top.
|
| WTabPanel.Tab |
The data of a tab.
|
| WTabPanel.Tab.Builder |
A builder for tab data.
|
| WText |
A multiline label widget.
|
| WTextField | |
| WTiledSprite |
A sprite whose texture will be tiled.
|
| WToggleButton | |
| WWidget |
The base class for all widgets.
|
| Enum | Description |
|---|---|
| WAbstractSlider.Direction |
The direction enum represents all four directions a slider can face.
|
| WBar.Direction |