org.deken.game.utils
Class ConfigurationMenu

java.lang.Object
  extended by org.deken.game.sprites.Sprite
      extended by org.deken.game.component.GComponent
          extended by org.deken.game.component.GContainer
              extended by org.deken.game.component.GTableContainer
                  extended by org.deken.game.utils.ConfigurationMenu
All Implemented Interfaces:
InputMouseListener, Updateable

public class ConfigurationMenu
extends GTableContainer

Title: ConfigurationMenu

Description: TODO

Copyright: Copyright (c) Feb 17, 2013

Version:
1.0
Author:
Gary Deken

Nested Class Summary
 
Nested classes/interfaces inherited from class org.deken.game.component.GComponent
GComponent.Alignment, GComponent.MouseActions
 
Field Summary
 
Fields inherited from class org.deken.game.component.GContainer
backgroundColor, grabbed
 
Fields inherited from class org.deken.game.component.GComponent
horizontalAlignment, id, invalid, keyPolling, mouseActions, parent, requestKeyPolling, screenHeight, screenWidth, verticalAlignment, xOffSet, yOffSet
 
Fields inherited from class org.deken.game.sprites.Sprite
boundingBox, collisionMap, location, size
 
Constructor Summary
ConfigurationMenu(KeyConfiguration configuration, int screenWidth, int screenHeight)
           
ConfigurationMenu(KeyConfiguration configuration, int screenWidth, int screenHeight, int columns, int rows)
           
 
Method Summary
 void addKeyForConfiguration()
           
 
Methods inherited from class org.deken.game.component.GTableContainer
add, add, add, add, copy, draw, getChildren, getComponentByName, notifyListener, remove, setLocations, setMonitored, setSize, spriteCollison, update, validate
 
Methods inherited from class org.deken.game.component.GContainer
copyBase, isGrabbed, isSizeSet, setBackgroundColor, setGrabbed, setScreenHeightWidth
 
Methods inherited from class org.deken.game.component.GComponent
addMouseAction, copyBase, getHorizontalAlignment, getMouseActions, getParent, getVerticalAlignment, getXLocation, getYLocation, isEnabled, positionHorizontalAlignment, positionVerticalAlignment, requestKeyPolling, setEnabled, setHorizontalAlignment, setInvalid, setKeyPolling, setParent, setVerticalAlignment
 
Methods inherited from class org.deken.game.sprites.Sprite
getBounds, getDepth, getHeight, getLocation, getName, getSize, getWidth, removeFromMap, setBoundingBox, setBoundingBox, setCollisionMap, setLocation, setName, toString, updateLocation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConfigurationMenu

public ConfigurationMenu(KeyConfiguration configuration,
                         int screenWidth,
                         int screenHeight)

ConfigurationMenu

public ConfigurationMenu(KeyConfiguration configuration,
                         int screenWidth,
                         int screenHeight,
                         int columns,
                         int rows)
Method Detail

addKeyForConfiguration

public void addKeyForConfiguration()