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 Interface
javax.tv.service.navigation.ServiceList

Packages that use ServiceList
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 ServiceList in javax.tv.service
 

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

Uses of ServiceList in javax.tv.service.navigation
 

Methods in javax.tv.service.navigation that return ServiceList
 ServiceList ServiceList.sortByName()
          Generates a new ServiceList containing the same elements as the current list, sorted in ascending order by service name.
 ServiceList ServiceList.sortByNumber()
          Generates a new ServiceList containing the same elements as the current list, sorted in ascending order by service number.
 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.