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