Uses of Class
org.havi.ui.HRangeLook

Packages that use HRangeLook
org.havi.ui   
 

Uses of HRangeLook in org.havi.ui
 

Methods in org.havi.ui that return HRangeLook
static HRangeLook HStaticRange.getDefaultLook()
          Returns the currently set default HLook for HStaticRange components.
static HRangeLook HRangeValue.getDefaultLook()
          Returns the currently set default look for HRangeValue components.
static HRangeLook HRange.getDefaultLook()
          Returns the currently set default HLook for HRange components.
 

Methods in org.havi.ui with parameters of type HRangeLook
static void HStaticRange.setDefaultLook(HRangeLook look)
          Sets the default HLook for further HStaticRange Components.
static void HRangeValue.setDefaultLook(HRangeLook look)
          Sets the default HLook for further HRangeValue Components.
static void HRange.setDefaultLook(HRangeLook look)
          Sets the default HLook for further HRange Components.