libgdx API

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

Packages that use WidgetGroup
com.badlogic.gdx.scenes.scene2d.ui   
com.badlogic.gdx.scenes.scene2d.ui.tablelayout   
 

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

Subclasses of WidgetGroup in com.badlogic.gdx.scenes.scene2d.ui
 class Button
          A button is a Table with a checked state and additional style fields for pressed, unpressed, and checked.
 class CheckBox
          A checkbox is a button that contains an image indicating the checked or unchecked state and a label.
 class FlickScrollPane
          A group that scrolls a child widget by pressing and dragging.
 class ImageButton
          A button with a child Image to display an image.
 class ScrollPane
          A group that scrolls a child widget using scroll bars.
 class SplitPane
          A container that divides two widgets either horizontally or vertically and allows the user to resize them.
 class Stack
          A stack is a container that sizes its children to its size and positions them at 0,0 on top of each other.
 class TextButton
          A button with a child Label to display text.
 class Window
          A table that can be dragged and act as a modal window.
 

Uses of WidgetGroup in com.badlogic.gdx.scenes.scene2d.ui.tablelayout
 

Subclasses of WidgetGroup in com.badlogic.gdx.scenes.scene2d.ui.tablelayout
 class Table
           
 


libgdx API

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