Uses of Class
org.dvb.application.AppsDatabaseFilter

Packages that use AppsDatabaseFilter
org.dvb.application   
 

Uses of AppsDatabaseFilter in org.dvb.application
 

Subclasses of AppsDatabaseFilter in org.dvb.application
 class CurrentServiceFilter
          Instances of CurrentServiceFilter are used to set a filter on the list of applications that are retrieved from the AppsDatabase (See methods getAppsAttributes and getAppsIDs).
 class RunningApplicationsFilter
          Instances of RunningApplicationsFilter are used to set a filter on the list of applications that are retrieved from the AppsDatabase (See methods getAppsAttributes and getAppsIDs).
 

Methods in org.dvb.application with parameters of type AppsDatabaseFilter
 java.util.Enumeration AppsDatabase.getAppAttributes(AppsDatabaseFilter filter)
          Returns an enumeration of AppAttributes of the applications available.
 java.util.Enumeration AppsDatabase.getAppIDs(AppsDatabaseFilter filter)
          Returns an enumeration of the application IDs available.