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

Packages that use GButton
org.deken.game.component Components package holds game components, which are striped down version of java components. 
 

Uses of GButton in org.deken.game.component
 

Subclasses of GButton in org.deken.game.component
 class GToggleButton
           Title: GToggleButton
 class GWindow.CloseButton
           
 

Fields in org.deken.game.component declared as GButton
protected  GButton GMenuPopout.btnController
           
 

Methods in org.deken.game.component that return GButton
 GButton GButton.copy()
           
 

Methods in org.deken.game.component with parameters of type GButton
protected  void GButton.copyGButtonBase(GButton that)
          Copies the animations and fontColors
 void GMenuPopout.setControllingButton(GButton button)
          Copies the attributes from the button passed in, into the GMenuPopout's controlling button.