Uses of Class
org.deken.game.component.GContainer

Packages that use GContainer
org.deken.game.component Components package holds game components, which are striped down version of java components. 
org.deken.game.utils The util package contains standard utilities used by the Old Style framework. 
 

Uses of GContainer in org.deken.game.component
 

Subclasses of GContainer in org.deken.game.component
 class GDecoratedContainer
          Title: GDecoratedContainer
 class GMenu
           Title: GMenu
 class GMenuPopout
           Title: GMenuPopout
 class GSimpleContainer
          Title: GSimpleContainer
 class GTableContainer
          Title: GTableContainer
 class GWindow
           Title: GWindow
 class MultiMenu
          Title: MultiMenu
 

Fields in org.deken.game.component declared as GContainer
protected  GContainer GComponent.parent
           
 

Methods in org.deken.game.component that return GContainer
protected  GContainer GContainer.copyBase(GContainer container)
           
 GContainer GComponent.getParent()
           
 

Methods in org.deken.game.component with parameters of type GContainer
protected  GContainer GContainer.copyBase(GContainer container)
           
 void GComponent.setParent(GContainer parent)
           
 

Constructors in org.deken.game.component with parameters of type GContainer
GDecoratedContainer(int screenWidth, int screenHeight, GContainer gameContainer)
           
GDecoratedContainer(int screenWidth, int screenHeight, InputMonitor.Mouse mouseAction, GContainer gameContainer)
           
 

Uses of GContainer in org.deken.game.utils
 

Subclasses of GContainer in org.deken.game.utils
 class ConfigurationMenu
          Title: ConfigurationMenu