Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. All rights reserved.

JSR-927 (Maintenance Release)

Uses of Class
javax.tv.service.navigation.ServiceFilter

Packages that use ServiceFilter
javax.tv.service Provides mechanisms for accessing the service information (SI) database and APIs representing the SI elements it contains. 
javax.tv.service.navigation Provides APIs to navigate through services and hierarchical service information. 
 

Uses of ServiceFilter in javax.tv.service
 

Methods in javax.tv.service with parameters of type ServiceFilter
abstract  ServiceList SIManager.filterServices(ServiceFilter filter)
          Filters the available services using the ServiceFilter provided to generate a ServiceList containing the matching services.
 

Uses of ServiceFilter in javax.tv.service.navigation
 

Subclasses of ServiceFilter in javax.tv.service.navigation
 class LocatorFilter
          LocatorFilter represents a ServiceFilter based on a set of locators.
 class PreferenceFilter
          PreferenceFilter represents a ServiceFilter based on a user preference for favorite services.
 class ServiceTypeFilter
          ServiceTypeFilter represents a ServiceFilter based on a particular ServiceType.
 class SIElementFilter
          SIElementFilter represents a ServiceFilter based on a particular SIElement (such as a TransportStream or ProgramEvent).
 

Methods in javax.tv.service.navigation with parameters of type ServiceFilter
 ServiceList ServiceList.filterServices(ServiceFilter filter)
          Creates a new ServiceList object that is a subset of this list, based on the conditions specified by a ServiceFilter object.
 


JSR-927 (Maintenance Release)

Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 927 specification.