libgdx API

Package com.badlogic.gdx.scenes.scene2d.ui

Interface Summary
Button.ClickListener Interface for listening to click events of a button.
CheckBox.CheckedListener Interface for listening to check events on this check box.
ComboBox.SelectionListener Interface for listening to selection events.
ImageButton.ClickListener Interface for listening to clicked events.
ImageToggleButton.ClickListener Interface for listening to click events.
List.SelectionListener Interface for listening to selection changes.
Slider.ValueChangedListener Interface to listen for changes of the value of the slider.
TextField.OnscreenKeyboard An interface for onscreen keyboards.
TextField.TextFieldListener Interface for listening to typed characters.
ToggleButton.ClickListener Interface to listen for button state changes.
 

Class Summary
Button A button with text on it.
Button.ButtonStyle Defines a button style, see Button
CheckBox A checkbox with a label.
CheckBox.CheckBoxStyle Defines a check box style, see CheckBox
ComboBox A dropdown or combo box.
ComboBox.ComboBoxStyle Defines the style of a combo box.
FlickScrollPane  
Image  
ImageButton A button with an image on it.
ImageButton.ImageButtonStyle Defines an image button style, see ImageButton
ImageToggleButton A toggle button with an image on it.
ImageToggleButton.ImageToggleButtonStyle Defines an image toggle button style, see ImageToggleButton
Label A label.
Label.LabelStyle Defines a label's style, see Label
List A list of string entries.
List.ListStyle Defines a list style, see List
Pane A Table with a background NinePatch.
Pane.PaneStyle Defines the style of a pane, see Pane
ScrollPane A special container that allows scrolling over its children.
ScrollPane.ScrollPaneStyle Defines a scroll pane's style, see ScrollPane.
Skin  
Skin.SkinData  
Slider A value slider.
Slider.SliderStyle Defines the style of a slider, see Slider.
SplitPane A special container holding two children and allowing to define the space used by each.
SplitPane.SplitPaneStyle Defines the style of a split pane, see SplitPane
Stack  
TextField A single-line text field.
TextField.DefaultOnscreenKeyboard The default TextField.OnscreenKeyboard used by all TextField instances.
TextField.TextFieldStyle Defines a text field's style, see TextField
ToggleButton A toggle button.
ToggleButton.ToggleButtonStyle Defines the style of a toggle button, see ToggleButton
Widget Base class for all UI widgets.
Window A container acting as a dialog or window.
Window.WindowStyle Defines the style of a window, see Window
 

Enum Summary
Image.Scaling  
 


libgdx API

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