Uses of Package
org.havi.ui.event

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

Classes in org.havi.ui.event used by org.havi.ui
HActionEvent
          An HActionEvent event is used to interact with a component implementing the HActionInputPreferred interface as follows: An HActionEvent event may be sent from the HAVi system to the component to cause the component to become actioned.
HActionListener
          The HActionListener interface enables the reception of HActionEvent events, as generated by objects implementing HActionable.
HAdjustmentEvent
          An HAdjustmentEvent event is used to interact with a component implementing the HAdjustmentValue interface as follows: An HAdjustmentEvent event may be sent from the HAVi system to the component to cause a change to the value or editable mode of the component as a result of user interaction.
HAdjustmentListener
          The HAdjustmentListener interface enables the reception of HAdjustmentEvents, as generated by objects implementing HAdjustmentValue.
HBackgroundImageEvent
          This event informs an application that a loading operation for an HBackgroundImage has finished.
HBackgroundImageListener
          The listener interface for receiving events related to HBackgroundImage objects.
HEventGroup
          Represents a group of key codes.
HFocusEvent
          An HFocusEvent event is used to interact with a component implementing the HNavigationInputPreferred interface as follows: An HFocusEvent event may be sent from the HAVi system to the component to inform the component that it has gained or lost the input focus, or that it should transfer focus to another component.
HFocusListener
          The HFocusListener interface enables the reception of HFocusEvent events, as generated by objects implementing HNavigable.
HItemEvent
          An HItemEvent event is used to interact with a component implementing the HSelectionInputPreferred interface as follows: An HItemEvent event may be sent from the HAVi system to the component to change the state of the component, and the selection set held by the component.
HItemListener
          The HItemListener interface enables the reception of HItemEvents, as generated by objects implementing HItemValue.
HKeyEvent
          An HKeyEvent event is used to interact with a component implementing the HKeyboardInputPreferred interface as follows: An HKeyEvent event may be sent from the HAVi system to inform the component about key-input.
HKeyListener
          The HKeyListener interface enables the reception of HKeyEvent events.
HScreenConfigurationEvent
          This event is sent to all registered HScreenConfigurationListeners when an HScreenDevice modifies its configuration.
HScreenConfigurationListener
          This listener is used to monitor when the configuration of an HScreenDevice is modified.
HScreenLocationModifiedEvent
          This event is generated by the system when a component is moved on-screen, rather than within a container.
HScreenLocationModifiedListener
          This listener is used to monitor when a component, such as an HVideoComponent's on-screen location is modified.
HTextEvent
          An HTextEvent event is used to interact with a component implementing the HKeyboardInputPreferred interface as follows: An HTextEvent event may be sent from the HAVi system to the component to cause a change to the caret position or editable mode of the component as a result of user interaction.
HTextListener
          The HTextListener interface enables the reception of HTextEvents, as generated by objects implementing HTextValue.
 

Classes in org.havi.ui.event used by org.havi.ui.event
HAdjustmentEvent
          An HAdjustmentEvent event is used to interact with a component implementing the HAdjustmentValue interface as follows: An HAdjustmentEvent event may be sent from the HAVi system to the component to cause a change to the value or editable mode of the component as a result of user interaction.
HBackgroundImageEvent
          This event informs an application that a loading operation for an HBackgroundImage has finished.
HEventRepresentation
          This class is able to describe the representation of an event generator as a string, color or symbol (such as a triangle, '>', for 'play').
HItemEvent
          An HItemEvent event is used to interact with a component implementing the HSelectionInputPreferred interface as follows: An HItemEvent event may be sent from the HAVi system to the component to change the state of the component, and the selection set held by the component.
HKeyCapabilities
          This class is used to describe the (basic) keyboard capabilities of the platform.
HRcEvent
          The remote control event class.
HScreenConfigurationEvent
          This event is sent to all registered HScreenConfigurationListeners when an HScreenDevice modifies its configuration.
HScreenLocationModifiedEvent
          This event is generated by the system when a component is moved on-screen, rather than within a container.
HTextEvent
          An HTextEvent event is used to interact with a component implementing the HKeyboardInputPreferred interface as follows: An HTextEvent event may be sent from the HAVi system to the component to cause a change to the caret position or editable mode of the component as a result of user interaction.