Uses of Interface
org.ocap.hn.content.navigation.ContentList

Packages that use ContentList
org.ocap.hn.content   
org.ocap.hn.content.navigation Manages the content listings. 
 

Uses of ContentList in org.ocap.hn.content
 

Classes in org.ocap.hn.content that implement ContentList
 class ContentDatabase
          This class represents the Content database containing content entries accessible from this OCAP device.
 

Methods in org.ocap.hn.content that return ContentList
 ContentList ContentListEvent.getContentList()
          Returns the ContentList.
 ContentList ContentContainer.getEntries(ContentDatabaseFilter filter, boolean traverse)
          Returns a ContentList which contains the filtered ContentItems of this ContentContainer.
 

Uses of ContentList in org.ocap.hn.content.navigation
 

Methods in org.ocap.hn.content.navigation that return ContentList
 ContentList ContentList.filterContentList(ContentDatabaseFilter filter)
          Filters the ContentList.
 ContentList ContentList.findAll(String[] keys, Object[] values)
          Finds all ContentEntry objects which match the search.