Uses of Interface
org.havi.ui.HAdjustmentInputPreferred

Packages that use HAdjustmentInputPreferred
org.havi.ui   
org.havi.ui.event   
 

Uses of HAdjustmentInputPreferred in org.havi.ui
 

Subinterfaces of HAdjustmentInputPreferred in org.havi.ui
 interface HAdjustmentValue
          This interface is implemented by all HAVi UI components which have some form of adjustable numerical value (e.g. a range control).
 

Classes in org.havi.ui that implement HAdjustmentInputPreferred
 class HRangeValue
          The HRangeValue is a user interface component used to display a value within a fixed range (as org.havi.ui.HStaticRange HStaticRange}) which enables a user to navigate to and alter the value of it, i.e. it can have the input focus and it can be adjusted.
 

Uses of HAdjustmentInputPreferred in org.havi.ui.event
 

Constructors in org.havi.ui.event with parameters of type HAdjustmentInputPreferred
HAdjustmentEvent(HAdjustmentInputPreferred source, int id)
          Constructs an HAdjustmentEvent.