| Package | Description |
|---|---|
| com.badlogic.gdx.scenes.scene2d.ui |
| Modifier and Type | Class and Description |
|---|---|
class |
ButtonGroup<T extends Button>
Manages a group of buttons to enforce a minimum and maximum number of checked buttons.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CheckBox
A checkbox is a button that contains an image indicating the checked or unchecked state and a label.
|
class |
ImageButton
A button with a child
Image to display an image. |
class |
ImageTextButton
|
class |
TextButton
A button with a child
Label to display text. |
| Modifier and Type | Method and Description |
|---|---|
void |
ButtonGroup.add(T... buttons) |
Dialog |
Dialog.button(Button button)
Adds the given button to the button table.
|
Dialog |
Dialog.button(Button button,
java.lang.Object object)
Adds the given button to the button table.
|
void |
ButtonGroup.remove(T... buttons) |
| Constructor and Description |
|---|
ButtonGroup(T... buttons) |