Uses of Class
com.badlogic.gdx.scenes.scene2d.ui.List
-
Packages that use List Package Description com.badlogic.gdx.scenes.scene2d.ui -
-
Uses of List in com.badlogic.gdx.scenes.scene2d.ui
Methods in com.badlogic.gdx.scenes.scene2d.ui that return List Modifier and Type Method Description List<T>SelectBox. getList()Returns the list shown when the select box is open.List<T>SelectBox.SelectBoxScrollPane. getList()protected List<T>SelectBox.SelectBoxScrollPane. newList()Allows a subclass to customize the select box list.
-