| Package | Description |
|---|---|
| com.badlogic.gdx.scenes.scene2d.ui |
| Modifier and Type | Class and Description |
|---|---|
static class |
CheckBox.CheckBoxStyle
The style for a select box, see
CheckBox. |
static class |
ImageTextButton.ImageTextButtonStyle
The style for an image text button, see
ImageTextButton. |
| Modifier and Type | Method and Description |
|---|---|
TextButton.TextButtonStyle |
TextButton.getStyle() |
| Modifier and Type | Method and Description |
|---|---|
Dialog |
Dialog.button(java.lang.String text,
java.lang.Object object,
TextButton.TextButtonStyle buttonStyle)
Adds a text button to the button table.
|
| Constructor and Description |
|---|
ImageTextButtonStyle(TextButton.TextButtonStyle style) |
TextButton(java.lang.String text,
TextButton.TextButtonStyle style) |
TextButtonStyle(TextButton.TextButtonStyle style) |