Uses of Class
com.badlogic.gdx.scenes.scene2d.utils.ArraySelection
-
Packages that use ArraySelection Package Description com.badlogic.gdx.scenes.scene2d.ui -
-
Uses of ArraySelection in com.badlogic.gdx.scenes.scene2d.ui
Methods in com.badlogic.gdx.scenes.scene2d.ui that return ArraySelection Modifier and Type Method Description ArraySelection<T>List. getSelection()ArraySelection<T>SelectBox. getSelection()Get the set of selected items, useful when multiple items are selectedMethods in com.badlogic.gdx.scenes.scene2d.ui with parameters of type ArraySelection Modifier and Type Method Description voidList. setSelection(ArraySelection<T> selection)
-