|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OEBItem | |
---|---|
eTextReader | |
eTextReader.OEB | The OEB package contains classes that encapsulate the data in an Open eBook publication's package file. |
Uses of OEBItem in eTextReader |
---|
Fields in eTextReader declared as OEBItem | |
---|---|
private OEBItem |
TabbedContentPane.currentItem
|
private OEBItem |
Browser.currentItem
the item currently being viewed in the textbook |
private OEBItem |
Browser.nextItem
the item after the current item, or NULL if one does not exist |
private OEBItem |
Browser.previousItem
the item before the current item, or NULL if one does not exist |
Methods in eTextReader with parameters of type OEBItem | |
---|---|
protected void |
Browser.setNextItem(OEBItem nextItem)
records the location of the next item in the book, and enables/disables navigational controls as needed |
protected void |
Browser.setPreviousItem(OEBItem previousItem)
records the location of the previous item in the book, and enables/disables navigational controls as needed |
void |
TabbedContentPane.setupTabbed2(java.lang.String userName,
DBClient client,
OEBItem currentItem,
int offset)
|
Uses of OEBItem in eTextReader.OEB |
---|
Methods in eTextReader.OEB that return OEBItem | |
---|---|
OEBItem |
OEBPackageFileImpl.getFirstItem()
|
OEBItem |
OEBPackageFile.getFirstItem()
Retrieve an OEBItem object corresponding to the
first item referenced in the spine |
OEBItem |
OEBPackageFileImpl.getGuideTableOfContents()
|
OEBItem |
OEBPackageFile.getGuideTableOfContents()
retrieves the OEBItem corresponding to the "toc" element in the guide, which references an element in the manifest. |
OEBItem |
OEBPackageFileImpl.getLastItem()
|
OEBItem |
OEBPackageFile.getLastItem()
Retrieve an OEBItem object corresponding to the
last item referenced in the spine |
OEBItem |
OEBPackageFileImpl.getManifestItem(java.lang.String id)
Retrieves a specific item from the manifest |
OEBItem |
OEBPackageFile.getManifestItem(java.lang.String id)
Retrieves a specific item from the manifest |
OEBItem |
OEBPackageFileImpl.getManifestItem(java.lang.String id,
java.util.Set allowedTypes)
Retrieves a specific item from the manifest with a specific media type. |
OEBItem |
OEBPackageFile.getManifestItem(java.lang.String id,
java.util.Set allowedTypes)
Retrieves a specific item from the manifest with a specific media type. |
OEBItem |
OEBPackageFileImpl.getNextItem(java.lang.String id)
|
OEBItem |
OEBPackageFile.getNextItem(java.lang.String id)
Retrieve an OEBItem object corresponding to the
item after the specified item |
OEBItem |
OEBPackageFileImpl.getPreviousItem(java.lang.String id)
|
OEBItem |
OEBPackageFile.getPreviousItem(java.lang.String id)
Retrieve an OEBItem object corresponding to the
item before the specified item |
OEBItem |
OEBPackageFileImpl.lookupURL(java.lang.String url)
|
OEBItem |
OEBPackageFile.lookupURL(java.lang.String url)
returns the OEB item corresponding to a given URL in the publication |
OEBItem |
OEBPackageFileImpl.lookupURLByPkgID(java.lang.String url)
|
OEBItem |
OEBPackageFile.lookupURLByPkgID(java.lang.String url)
returns the OEB item corresponding to a given URL in the publication based on the PackageIdentity URL |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |