Uses of Class
com.badlogic.gdx.scenes.scene2d.ui.Button
-
Packages that use Button Package Description com.badlogic.gdx.scenes.scene2d.ui -
-
Uses of Button in com.badlogic.gdx.scenes.scene2d.ui
Classes in com.badlogic.gdx.scenes.scene2d.ui with type parameters of type Button Modifier and Type Class Description classButtonGroup<T extends Button>Manages a group of buttons to enforce a minimum and maximum number of checked buttons.Subclasses of Button in com.badlogic.gdx.scenes.scene2d.ui Modifier and Type Class Description classCheckBoxA checkbox is a button that contains an image indicating the checked or unchecked state and a label.classImageButtonA button with a childImageto display an image.classImageTextButtonclassTextButtonA button with a childLabelto display text.Methods in com.badlogic.gdx.scenes.scene2d.ui with parameters of type Button Modifier and Type Method Description voidButtonGroup. add(T... buttons)DialogDialog. button(Button button)Adds the given button to the button table.DialogDialog. button(Button button, java.lang.Object object)Adds the given button to the button table.voidButtonGroup. remove(T... buttons)Constructors in com.badlogic.gdx.scenes.scene2d.ui with parameters of type Button Constructor Description ButtonGroup(T... buttons)
-