libgdx API

com.badlogic.gdx.scenes.scene2d.ui
Class CheckBox

java.lang.Object
  extended by com.badlogic.gdx.scenes.scene2d.Actor
      extended by com.badlogic.gdx.scenes.scene2d.Group
          extended by com.badlogic.gdx.scenes.scene2d.ui.tablelayout.Table
              extended by com.badlogic.gdx.scenes.scene2d.ui.Button
                  extended by com.badlogic.gdx.scenes.scene2d.ui.CheckBox
All Implemented Interfaces:
Layout

public class CheckBox
extends Button


Nested Class Summary
static class CheckBox.CheckBoxStyle
           
 
Nested classes/interfaces inherited from class com.badlogic.gdx.scenes.scene2d.ui.Button
Button.ButtonStyle
 
Field Summary
 
Fields inherited from class com.badlogic.gdx.scenes.scene2d.ui.Button
isChecked, style
 
Fields inherited from class com.badlogic.gdx.scenes.scene2d.ui.tablelayout.Table
isPressed
 
Fields inherited from class com.badlogic.gdx.scenes.scene2d.Group
batchTransform, children, debug, debugTexture, focusedActor, groups, immutableChildren, immutableGroups, keyboardFocusedActor, lastTouchedChild, localTransform, namesToActors, oldBatchTransform, point, scrollFocusedActor, transform, worldTransform
 
Fields inherited from class com.badlogic.gdx.scenes.scene2d.Actor
actions, color, height, name, originX, originY, parent, rotation, scaleX, scaleY, touchable, visible, width, x, y
 
Constructor Summary
CheckBox(java.lang.String text, CheckBox.CheckBoxStyle style)
           
CheckBox(java.lang.String text, CheckBox.CheckBoxStyle style, java.lang.String name)
           
CheckBox(java.lang.String text, Skin skin)
           
 
Method Summary
 void click()
           
 
Methods inherited from class com.badlogic.gdx.scenes.scene2d.ui.Button
draw, getText, setClickListener, setStyle, setText
 
Methods inherited from class com.badlogic.gdx.scenes.scene2d.ui.tablelayout.Table
add, align, align, bottom, center, clear, columnDefaults, debug, debug, debug, defaults, drawDebug, enableClipping, getAlign, getAllCells, getAllCells, getCell, getCell, getCells, getDebug, getHeight, getMaxHeight, getMaxWidth, getMinHeight, getMinWidth, getPadBottom, getPadLeft, getPadRight, getPadTop, getPrefHeight, getPrefWidth, getTableLayout, getWidget, getWidgets, getWidgets, height, height, hit, invalidate, invalidateHierarchy, layout, left, pad, pad, pad, pad, padBottom, padBottom, padLeft, padLeft, padRight, padRight, padTop, padTop, parse, parse, register, reset, right, row, setActor, setBackground, size, size, stack, top, touchDown, touchUp, width, width
 
Methods inherited from class com.badlogic.gdx.scenes.scene2d.Group
act, addActor, addActorAfter, addActorAt, addActorBefore, applyTransform, disableDebugging, drawChild, drawChildren, enableDebugging, findActor, focus, getActors, getGroups, keyboardFocus, keyDown, keyTyped, keyUp, removeActor, removeActorRecursive, resetTransform, scrolled, scrollFocus, sortChildren, swapActor, swapActor, toChildCoordinates, touchDragged, touchMoved, unfocusAll, unfocusAll, updateTransform
 
Methods inherited from class com.badlogic.gdx.scenes.scene2d.Actor
action, clearActions, isMarkedToRemove, markToRemove, remove, toLocalCoordinates, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CheckBox

public CheckBox(java.lang.String text,
                CheckBox.CheckBoxStyle style)

CheckBox

public CheckBox(java.lang.String text,
                Skin skin)

CheckBox

public CheckBox(java.lang.String text,
                CheckBox.CheckBoxStyle style,
                java.lang.String name)
Method Detail

click

public void click()
Overrides:
click in class Table

libgdx API

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