libgdx API

Uses of Class
com.badlogic.gdx.scenes.scene2d.ui.ComboBox.ComboBoxStyle

Packages that use ComboBox.ComboBoxStyle
com.badlogic.gdx.scenes.scene2d.ui   
 

Uses of ComboBox.ComboBoxStyle in com.badlogic.gdx.scenes.scene2d.ui
 

Methods in com.badlogic.gdx.scenes.scene2d.ui with parameters of type ComboBox.ComboBoxStyle
 void ComboBox.setStyle(ComboBox.ComboBoxStyle style)
          Sets the style of this widget.
 

Constructors in com.badlogic.gdx.scenes.scene2d.ui with parameters of type ComboBox.ComboBoxStyle
ComboBox(java.lang.String[] items, Stage stage, ComboBox.ComboBoxStyle style)
           
ComboBox(java.lang.String[] items, Stage stage, ComboBox.ComboBoxStyle style, java.lang.String name)
          Creates a new combo box.
 


libgdx API

Copyright 2010 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)