Uses of Class
org.havi.ui.HGraphicLook

Packages that use HGraphicLook
org.havi.ui   
 

Uses of HGraphicLook in org.havi.ui
 

Methods in org.havi.ui that return HGraphicLook
static HGraphicLook HToggleButton.getDefaultLook()
          Returns the currently set default HLook for HToggleButton components.
static HGraphicLook HStaticIcon.getDefaultLook()
          Returns the currently set default HLook for HStaticIcon components.
static HGraphicLook HIcon.getDefaultLook()
          Returns the currently set default look for HIcon components.
static HGraphicLook HGraphicButton.getDefaultLook()
          Returns the currently set default HLook for HGraphicButton components.
 

Methods in org.havi.ui with parameters of type HGraphicLook
static void HToggleButton.setDefaultLook(HGraphicLook hlook)
          Sets the default HLook for further HToggleButton components.
static void HStaticIcon.setDefaultLook(HGraphicLook hlook)
          Sets the default HLook for further HStaticIcon Components.
static void HIcon.setDefaultLook(HGraphicLook hlook)
          Sets the default HLook for further HIcon Components.
static void HGraphicButton.setDefaultLook(HGraphicLook hlook)
          Sets the default HLook for further HGraphicButton components.