|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AppsDatabaseFilter | |
---|---|
org.dvb.application | Provides access to lists of applications which are available in this context and the ability to launch those applications. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |