Uses of Interface
org.havi.ui.HKeyboardInputPreferred

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

Uses of HKeyboardInputPreferred in org.havi.ui
 

Subinterfaces of HKeyboardInputPreferred in org.havi.ui
 interface HTextValue
          This interface is implemented by all HAVi UI components which have have editable text content (e.g.
 

Classes in org.havi.ui that implement HKeyboardInputPreferred
 class HMultilineEntry
          The HMultilineEntry is a user interface component used to receive multiple lines of alphanumeric entry from the user.
 class HSinglelineEntry
          The HSinglelineEntry is a user interface component used to receive a single line of alphanumeric entry from the user and can also be used for password input.
 

Uses of HKeyboardInputPreferred in org.havi.ui.event
 

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