|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjecteTextReader.AnnotationListing.TextbookProvider
public class TextbookProvider
A NotationProvider implementation that includes all pages contained in a specific book
Field Summary | |
---|---|
(package private) OEBPackageFile |
book
|
Constructor Summary | |
---|---|
TextbookProvider(OEBPackageFile book)
|
Method Summary | |
---|---|
java.util.Set<java.lang.String> |
getCandidateURLs(java.lang.String userName)
Determines a list of pages that contain may annotations for the specific user |
java.lang.String |
getDescription()
Returns a description of this provider's scope. |
void |
setBook(OEBPackageFile currentBook)
Sets the current book associated with this textbook provider to currentBook. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
OEBPackageFile book
Constructor Detail |
---|
public TextbookProvider(OEBPackageFile book)
Method Detail |
---|
public java.util.Set<java.lang.String> getCandidateURLs(java.lang.String userName)
NotationProvider
getCandidateURLs
in interface NotationProvider
userName
- the name of the user to check for annotations
public void setBook(OEBPackageFile currentBook)
currentBook
- the book to be used by this providerpublic java.lang.String getDescription()
NotationProvider
getDescription
in interface NotationProvider
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |