Uses of Class
org.havi.ui.HTextLook

Packages that use HTextLook
org.havi.ui   
 

Uses of HTextLook in org.havi.ui
 

Methods in org.havi.ui that return HTextLook
static HTextLook HStaticText.getDefaultLook()
          Returns the currently set default HLook for HStaticText components.
static HTextLook HText.getDefaultLook()
          Returns the currently set default HLook for HText components.
static HTextLook HTextButton.getDefaultLook()
          Returns the currently set default HLook for HTextButton components.
 

Methods in org.havi.ui with parameters of type HTextLook
static void HStaticText.setDefaultLook(HTextLook hlook)
          Sets the default HLook for further HStaticText Components.
static void HText.setDefaultLook(HTextLook look)
          Sets the default HLook for further HText Components.
static void HTextButton.setDefaultLook(HTextLook hlook)
          Sets the default HLook for further HTextButton components.