Uses of Class
org.havi.ui.HSound

Packages that use HSound
org.havi.ui   
org.ocap.hardware.device Provides extension classes and interfaces related to accessing and controlling certain device parameters that are normally controlled by a device manufacturer specific application. 
 

Uses of HSound in org.havi.ui
 

Methods in org.havi.ui that return HSound
 HSound HTextButton.getActionSound()
          Return the last action sound set by the setActionSound() method or null if no action sound has been set.
 HSound HGraphicButton.getActionSound()
          Return the last action sound set by the setActionSound() method or null if no action sound has been set.
 HSound HActionable.getActionSound()
          Return the last action sound set by the setActionSound() method or null if no action sound has been set.
 HSound HRangeValue.getAdjustmentSound()
          Get the sound to be played when the value changes.
 HSound HAdjustmentValue.getAdjustmentSound()
          Get the sound to be played when the value changes.
 HSound HTextButton.getGainFocusSound()
          Get the sound associated with the gain focus event.
 HSound HText.getGainFocusSound()
          Get the sound associated with the gain focus event.
 HSound HSinglelineEntry.getGainFocusSound()
          Get the sound associated with the gain focus event.
 HSound HRangeValue.getGainFocusSound()
          Get the sound associated with the gain focus event.
 HSound HRange.getGainFocusSound()
          Get the sound associated with the gain focus event.
 HSound HNavigable.getGainFocusSound()
          Get the sound associated with the gain focus event.
 HSound HListGroup.getGainFocusSound()
          Get the sound associated with the gain focus event.
 HSound HIcon.getGainFocusSound()
          Get the sound associated with the gain focus event.
 HSound HGraphicButton.getGainFocusSound()
          Get the sound associated with the gain focus event.
 HSound HAnimation.getGainFocusSound()
          Get the sound associated with the gain focus event.
 HSound HTextButton.getLoseFocusSound()
          Get the sound associated with the lost focus event.
 HSound HText.getLoseFocusSound()
          Get the sound associated with the lost focus event.
 HSound HSinglelineEntry.getLoseFocusSound()
          Get the sound associated with the lost focus event.
 HSound HRangeValue.getLoseFocusSound()
          Get the sound associated with the lost focus event.
 HSound HRange.getLoseFocusSound()
          Get the sound associated with the lost focus event.
 HSound HNavigable.getLoseFocusSound()
          Get the sound associated with the lost focus event.
 HSound HListGroup.getLoseFocusSound()
          Get the sound associated with the lost focus event.
 HSound HIcon.getLoseFocusSound()
          Get the sound associated with the lost focus event.
 HSound HGraphicButton.getLoseFocusSound()
          Get the sound associated with the lost focus event.
 HSound HAnimation.getLoseFocusSound()
          Get the sound associated with the lost focus event.
 HSound HListGroup.getSelectionSound()
          Get the sound to be played when the selection changes.
 HSound HItemValue.getSelectionSound()
          Get the sound to be played when the selection changes.
 HSound HToggleButton.getUnsetActionSound()
          Get the sound to be played when the interaction state of the HSwitchable makes the following transitions:
 HSound HSwitchable.getUnsetActionSound()
          Get the sound to be played when the interaction state of the HSwitchable makes the following transitions:
 

Methods in org.havi.ui with parameters of type HSound
 void HTextButton.setActionSound(HSound sound)
          Associate a sound to be played when the interaction state of the HTextButton makes the following transitions:
 void HGraphicButton.setActionSound(HSound sound)
          Associate a sound to be played when the interaction state of the HGraphicButton makes the following transitions:
 void HActionable.setActionSound(HSound sound)
          Associate a sound to be played when the interaction state of the HActionable makes the following transitions:
 void HRangeValue.setAdjustmentSound(HSound sound)
          Associate a sound to be played when the value is modified.
 void HAdjustmentValue.setAdjustmentSound(HSound sound)
          Associate a sound to be played when the value is modified.
 void HTextButton.setGainFocusSound(HSound sound)
          Associate a sound with gaining focus, i.e.
 void HText.setGainFocusSound(HSound sound)
          Associate a sound with gaining focus, i.e.
 void HSinglelineEntry.setGainFocusSound(HSound sound)
          Associate a sound with gaining focus, i.e.
 void HRangeValue.setGainFocusSound(HSound sound)
          Associate a sound with gaining focus, i.e.
 void HRange.setGainFocusSound(HSound sound)
          Associate a sound with gaining focus, i.e.
 void HNavigable.setGainFocusSound(HSound sound)
          Associate a sound with gaining focus, i.e.
 void HListGroup.setGainFocusSound(HSound sound)
          Associate a sound with gaining focus, i.e.
 void HIcon.setGainFocusSound(HSound sound)
          Associate a sound with gaining focus, i.e.
 void HGraphicButton.setGainFocusSound(HSound sound)
          Associate a sound with gaining focus, i.e.
 void HAnimation.setGainFocusSound(HSound sound)
          Associate a sound with gaining focus, i.e.
 void HTextButton.setLoseFocusSound(HSound sound)
          Associate a sound with losing focus, i.e.
 void HText.setLoseFocusSound(HSound sound)
          Associate a sound with losing focus, i.e.
 void HSinglelineEntry.setLoseFocusSound(HSound sound)
          Associate a sound with losing focus, i.e.
 void HRangeValue.setLoseFocusSound(HSound sound)
          Associate a sound with losing focus, i.e.
 void HRange.setLoseFocusSound(HSound sound)
          Associate a sound with losing focus, i.e.
 void HNavigable.setLoseFocusSound(HSound sound)
          Associate a sound with losing focus, i.e.
 void HListGroup.setLoseFocusSound(HSound sound)
          Associate a sound with losing focus, i.e.
 void HIcon.setLoseFocusSound(HSound sound)
          Associate a sound with losing focus, i.e.
 void HGraphicButton.setLoseFocusSound(HSound sound)
          Associate a sound with losing focus, i.e.
 void HAnimation.setLoseFocusSound(HSound sound)
          Associate a sound with losing focus, i.e.
 void HListGroup.setSelectionSound(HSound sound)
          Associate a sound to be played when the selection is modified.
 void HItemValue.setSelectionSound(HSound sound)
          Associate a sound to be played when the selection is modified.
 void HToggleButton.setUnsetActionSound(HSound sound)
          Associate a sound to be played when the interaction state of the HSwitchable makes the following transitions:
 void HSwitchable.setUnsetActionSound(HSound sound)
          Associate a sound to be played when the interaction state of the HSwitchable makes the following transitions:
 

Uses of HSound in org.ocap.hardware.device
 

Subclasses of HSound in org.ocap.hardware.device
 class OCSound
          Extends the HAVi HSound class, adding additional configuration options.