Uses of Package
org.ocap.shared.dvr.navigation

Packages that use org.ocap.shared.dvr.navigation
org.ocap.dvr Provides extension classes and interfaces to the shared DVR APIs. 
org.ocap.dvr.storage Provides management and representation of storage for stored media. 
org.ocap.shared.dvr The shared DVR API for scheduling and managing recording requests. 
org.ocap.shared.dvr.navigation Provides support for Navigation of recording lists. 
 

Classes in org.ocap.shared.dvr.navigation used by org.ocap.dvr
RecordingList
          RecordingList represents a list of recordings.
 

Classes in org.ocap.shared.dvr.navigation used by org.ocap.dvr.storage
RecordingList
          RecordingList represents a list of recordings.
 

Classes in org.ocap.shared.dvr.navigation used by org.ocap.shared.dvr
RecordingList
          RecordingList represents a list of recordings.
RecordingListFilter
          Base class for all RecordingListFilters.
 

Classes in org.ocap.shared.dvr.navigation used by org.ocap.shared.dvr.navigation
RecordingList
          RecordingList represents a list of recordings.
RecordingListComparator
          This interface represents a sorting criteria to be applied while sorting a RecordingList.
RecordingListFilter
          Base class for all RecordingListFilters.
RecordingListIterator
          This iterator could be used to traverse entries in a RecordingList.