Package | Description |
---|---|
com.badlogic.gdx.scenes.scene2d.ui | |
com.badlogic.gdx.scenes.scene2d.utils |
Modifier and Type | Method and Description |
---|---|
Selection<T> |
SelectBox.getSelection()
Get the set of selected items, useful when multiple items are selected
|
Selection<Tree.Node> |
Tree.getSelection() |
Modifier and Type | Class and Description |
---|---|
class |
ArraySelection<T>
A selection that supports range selection by knowing about the array of items being selected.
|