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

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

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.