Uses of Class
org.xith3d.ui.hud.widgets.Button.Description

Packages that use Button.Description
org.xith3d.ui.hud.base   
org.xith3d.ui.hud.menusystem   
org.xith3d.ui.hud.theming   
org.xith3d.ui.hud.widgets   
 

Uses of Button.Description in org.xith3d.ui.hud.base
 

Methods in org.xith3d.ui.hud.base that return Button.Description
 Button.Description WindowHeaderWidget.Description.getCloseButtonDescription()
           
 

Methods in org.xith3d.ui.hud.base with parameters of type Button.Description
 void WindowHeaderWidget.Description.setCloseButtonDescription(Button.Description desc)
           
 

Constructors in org.xith3d.ui.hud.base with parameters of type Button.Description
WindowHeaderWidget.Description(java.lang.String backgroundTexture, HUDFont font, org.openmali.vecmath2.Colorf color, TextAlignment alignment, Button.Description closeButtonDesc)
          Full-Constructor with Texture
WindowHeaderWidget.Description(Texture2D backgroundTexture, HUDFont font, org.openmali.vecmath2.Colorf color, TextAlignment alignment, Button.Description closeButtonDesc)
          Full-Constructor with Texture
 

Uses of Button.Description in org.xith3d.ui.hud.menusystem
 

Methods in org.xith3d.ui.hud.menusystem that return Button.Description
 Button.Description MenuSystem.getAccessorDescription()
           
 

Methods in org.xith3d.ui.hud.menusystem with parameters of type Button.Description
 Button ButtonsLeftMenusCenterMenuGroupWidget.addAccessorWidget(java.lang.String caption, Button.Description buttonDesc)
          
abstract  Button MenuGroupWidget.addAccessorWidget(java.lang.String caption, Button.Description buttonDesc)
           
 Button ButtonsLeftMenusCenterMenuGroupWidget.createAccessorWidget(java.lang.String caption, Button.Description buttonDesc)
           
protected  void MenuGroup.initMenus(Button.Description accessorDesc, org.openmali.vecmath2.Colorf menuBGColor, org.openmali.vecmath2.Colorf menuBorderColor, HUDFont menuCaptionFont, org.openmali.vecmath2.Colorf menuFontColor)
           
 void MenuSystem.setAccessorDescription(Button.Description desc)
           
 

Uses of Button.Description in org.xith3d.ui.hud.theming
 

Methods in org.xith3d.ui.hud.theming that return Button.Description
 Button.Description WidgetTheme.getButtonDescription()
           
 

Methods in org.xith3d.ui.hud.theming with parameters of type Button.Description
 void WidgetTheme.getButtonDescription(Button.Description desc)
           
 void WidgetTheme.setButtonDescription(Button.Description desc)
          Sets the default Button.Description.
 

Uses of Button.Description in org.xith3d.ui.hud.widgets
 

Methods in org.xith3d.ui.hud.widgets that return Button.Description
 Button.Description Button.Description.clone()
           
protected static Button.Description Button.createImageButtonDesc(java.lang.String normalTexture, java.lang.String hoveredTexture, java.lang.String pressedTexture, HUDFont font, org.openmali.vecmath2.Colorf color)
           
protected static Button.Description Button.createImageButtonDesc(Texture2D normalTexture, Texture2D hoveredTexture, Texture2D pressedTexture, HUDFont font, org.openmali.vecmath2.Colorf color)
           
protected static Button.Description Button.deriveDesc(HUDFont font, org.openmali.vecmath2.Colorf color)
           
 

Methods in org.xith3d.ui.hud.widgets with parameters of type Button.Description
 void Button.Description.set(Button.Description desc)
          Clone-Constructor
 

Constructors in org.xith3d.ui.hud.widgets with parameters of type Button.Description
Button(boolean isHeavyWeight, float width, float height, java.lang.String text, Button.Description desc)
          Creates a new Button.
Button(float width, float height, java.lang.String text, Button.Description desc)
          Creates a new Button.
ToggleButton(boolean isHeavyWeight, float width, float height, java.lang.String text, Button.Description desc)
          Create a new ToggleButton.
ToggleButton(float width, float height, java.lang.String text, Button.Description desc)
          Create a new ToggleButton.