Uses of Interface
javax.tv.service.navigation.ServiceList

Packages that use ServiceList
javax.tv.service   
javax.tv.service.navigation   
 

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.filterServices(ServiceFilter filter)
          Creates a new ServiceList object that is a subset of this list, based on the conditions specified by a ServiceFilter object.
 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.