Uses of Interface
org.havi.ui.HActionInputPreferred

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

Uses of HActionInputPreferred in org.havi.ui
 

Subinterfaces of HActionInputPreferred in org.havi.ui
 interface HActionable
          This interface is implemented by all HAVi UI components that can be actioned by the user.
 interface HSwitchable
          This interface is implemented for all user interface components that can be actioned such that they "toggle" on and off and maintain the chosen state.
 

Classes in org.havi.ui that implement HActionInputPreferred
 class HGraphicButton
          The HGraphicButton is a user interface component representing a push-button with static read-only graphical content.
 class HTextButton
          The HTextButton is a user interface component representing a push-button with static read-only textual content.
 class HToggleButton
          The HToggleButton is a user interface component representing a "check box", or with the support of the HToggleGroup class, "radio buttons".
 

Uses of HActionInputPreferred in org.havi.ui.event
 

Constructors in org.havi.ui.event with parameters of type HActionInputPreferred
HActionEvent(HActionInputPreferred source, int id, java.lang.String command)
          Constructs an HActionEvent.