Uses of Interface
eTextReader.AnnotationListing.NotationProvider

Packages that use NotationProvider
eTextReader.actions   
eTextReader.AnnotationListing Provides a set of classes that are used to display a list of annotations. 
 

Uses of NotationProvider in eTextReader.actions
 

Fields in eTextReader.actions declared as NotationProvider
protected  NotationProvider NotationListingAction.provider
           
 

Methods in eTextReader.actions that return NotationProvider
protected  NotationProvider NotationListingAction.getNotationProvider()
          Returns the NotationProvider used to provide a set of pages to the NotationListing interface.
protected  NotationProvider CurrentPageNotationAction.getNotationProvider()
           
 

Uses of NotationProvider in eTextReader.AnnotationListing
 

Classes in eTextReader.AnnotationListing that implement NotationProvider
 class AllPagesProvider
          Provides an implementation of the NotationProvider interface that includes all pages containing annotations
 class CompoundNotationProvider
           Combines the set of candidate URLs provided by two NotationProviders to provide a new set.
 class PageSetNotationProvider
          A NotationProvider that facilitates construction of a particular set of pages from which to draw annotations
 class TextbookProvider
          A NotationProvider implementation that includes all pages contained in a specific book
 

Fields in eTextReader.AnnotationListing declared as NotationProvider
private  NotationProvider NotationListing.notationProvider
           
private  NotationProvider CompoundNotationProvider.provider1
           
private  NotationProvider CompoundNotationProvider.provider2
           
 

Methods in eTextReader.AnnotationListing that return NotationProvider
 NotationProvider NotationListing.getNotationProvider()
          Retrieves the NotationProvider currently supplying the set of candidate pages to this NotationListing
 

Methods in eTextReader.AnnotationListing with parameters of type NotationProvider
 void NotationListing.setNotationProvider(NotationProvider notationProvider)
          Sets the NotationProvider object that determines the set of pages for which annotations will be retrieved
 

Constructors in eTextReader.AnnotationListing with parameters of type NotationProvider
CompoundNotationProvider(NotationProvider provider1, NotationProvider provider2, CombinationMode mode)
           
NotationListing(ContentContainer _container, NotationProvider provider, NotationFilter filter, Browser.LogListener logListener)
           
NotationListing(ContentContainer _container, NotationProvider provider, NotationFilter filter, Browser.LogListener logListener, boolean showFilterOptionsInitially)