libgdx API

Uses of Class
com.badlogic.gdx.scenes.scene2d.ui.Widget

Packages that use Widget
com.badlogic.gdx.scenes.scene2d.ui   
 

Uses of Widget in com.badlogic.gdx.scenes.scene2d.ui
 

Subclasses of Widget in com.badlogic.gdx.scenes.scene2d.ui
 class Image
          Displays a Drawable, scaled various way within the widgets bounds.
 class Label
          A text label, with optional word wrapping.
 class List
          A list (aka list box) displays textual items and highlights the currently selected item.
 class SelectBox
          A select box (aka a drop-down list) allows a user to choose one of a number of values from a list.
 class Slider
          A slider is a horizontal indicator that allows a user to set a value.
 class TextField
          A single-line text input field.
 class Touchpad
          An on-screen joystick.
 


libgdx API

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