Java TV(tm) API 1.0

Uses of Class
javax.tv.service.selection.InvalidServiceComponentException

Packages that use InvalidServiceComponentException
javax.tv.media Provides controls and events for the management of real-time media in a television environment. 
javax.tv.service.selection Provides a mechanism to select a Service for presentation. 
 

Uses of InvalidServiceComponentException in javax.tv.media
 

Methods in javax.tv.media that throw InvalidServiceComponentException
 void MediaSelectControl.select(Locator component)
          Selects a new service component for presentation.
 void MediaSelectControl.select(Locator[] components)
          Selects one or more service components for presentation.
 void MediaSelectControl.add(Locator component)
          Adds a service component (for example, subtitles) to the presentation.
 void MediaSelectControl.remove(Locator component)
          Removes a service component from the presentation.
 void MediaSelectControl.replace(Locator fromComponent, Locator toComponent)
          Replaces a service component in the presentation.
 

Uses of InvalidServiceComponentException in javax.tv.service.selection
 

Methods in javax.tv.service.selection that throw InvalidServiceComponentException
 void ServiceContext.select(Locator[] components)
          Selects content by specifying the parts of a service to be presented.
 


Java TV(tm) API 1.0

Copyright © 1998 - 2000 Sun Microsystems, Inc.