Uses of Class
org.havi.ui.HScreenConfigTemplate

Packages that use HScreenConfigTemplate
org.havi.ui   
 

Uses of HScreenConfigTemplate in org.havi.ui
 

Subclasses of HScreenConfigTemplate in org.havi.ui
 class HBackgroundConfigTemplate
          The HBackgroundConfigTemplate class is used to obtain a valid HBackgroundConfiguration.
 class HGraphicsConfigTemplate
          The HGraphicsConfigTemplate class is used to obtain a valid HGraphicsConfiguration.
 class HVideoConfigTemplate
          The HVideoConfigTemplate class is used to obtain a valid HVideoConfiguration.
 

Methods in org.havi.ui with parameters of type HScreenConfigTemplate
static HScreenConfigurationListener HEventMulticaster.add(HScreenConfigurationListener a, HScreenConfigurationListener b, HScreenConfigTemplate tb)
          Adds HScreenConfigurationListener-a with HScreenConfigurationListener-b, which is notified when the HScreenDevice's configuration is modified so that it is no longer compatible with the HScreenConfigTemplate tb.
 void HScreenDevice.addScreenConfigurationListener(HScreenConfigurationListener hscl, HScreenConfigTemplate hsct)
          Add an HScreenConfigurationListener to this device, which is notified when the device's configuration is further modified so that it is no longer compatible with the specified HScreenConfigTemplate.
 HScreenConfiguration[] HScreen.getCoherentScreenConfigurations(HScreenConfigTemplate[] hscta)
          Return a coherent set of HScreenConfigurations matching a set of templates.