| 
JSR-927 (Maintenance Release) | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| 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) | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||