|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BookMetaData | |
|---|---|
| org.crosswire.bibledesktop.book.install | |
| org.crosswire.jsword.book | The Book package provides an interface to a real store of data. |
| org.crosswire.jsword.book.basic | The Basic package contains default and abstract implementations of the main Book classes. |
| org.crosswire.jsword.book.readings | An implementation of BookDriver and Dictionary that read provide access to readings planners. |
| org.crosswire.jsword.book.sword | An implementation of the Book interfaces that reads from SWORD project modules. |
| Uses of BookMetaData in org.crosswire.bibledesktop.book.install |
|---|
| Fields in org.crosswire.bibledesktop.book.install declared as BookMetaData | |
|---|---|
private BookMetaData |
BookMetaDataTableModel.bmd
The meta data that we are displaying |
| Methods in org.crosswire.bibledesktop.book.install that return BookMetaData | |
|---|---|
BookMetaData |
BookMetaDataTableModel.getBookMetaData()
|
| Methods in org.crosswire.bibledesktop.book.install with parameters of type BookMetaData | |
|---|---|
void |
BookMetaDataTableModel.setBookMetaData(BookMetaData bmd)
|
| Constructors in org.crosswire.bibledesktop.book.install with parameters of type BookMetaData | |
|---|---|
BookMetaDataTableModel(BookMetaData bmd)
Simple ctor with default BookMetaData |
|
| Uses of BookMetaData in org.crosswire.jsword.book |
|---|
| Subinterfaces of BookMetaData in org.crosswire.jsword.book | |
|---|---|
interface |
Book
Book is the most basic store of textual data - It can retrieve data either as an XML document or as plain text - It uses Keys to refer to parts of itself, and can search for words (returning Keys). |
| Fields in org.crosswire.jsword.book declared as BookMetaData | |
|---|---|
private static BookMetaData |
DataPolice.bmd
The last known Book |
| Methods in org.crosswire.jsword.book that return BookMetaData | |
|---|---|
BookMetaData |
Book.getBookMetaData()
Meta-Information: What version of the Bible is this? |
| Methods in org.crosswire.jsword.book with parameters of type BookMetaData | |
|---|---|
static org.jdom.Element |
OSISUtil.createOsisFramework(BookMetaData bmd)
Helper method to create the boilerplate headers in an OSIS document from the current metadata object |
static void |
DataPolice.setBook(BookMetaData bmd)
Set the current book to enhance error reports |
void |
Book.setBookMetaData(BookMetaData bmd)
Set the meta-information for this book. |
| Uses of BookMetaData in org.crosswire.jsword.book.basic |
|---|
| Classes in org.crosswire.jsword.book.basic that implement BookMetaData | |
|---|---|
class |
AbstractBook
AbstractBook implements a few of the more generic methods of Book. |
class |
AbstractBookMetaData
An implementaion of the Propery Change methods from BookMetaData. |
class |
DefaultBookMetaData
DefaultBookMetaData is an implementation of the of the BookMetaData interface. |
class |
PassageAbstractBook
An abstract implementation of Book that lets implementors just concentrate on reading book data. |
| Fields in org.crosswire.jsword.book.basic declared as BookMetaData | |
|---|---|
private BookMetaData |
AbstractBook.bmd
The meta data for this book |
| Methods in org.crosswire.jsword.book.basic that return BookMetaData | |
|---|---|
BookMetaData |
AbstractBook.getBookMetaData()
|
| Methods in org.crosswire.jsword.book.basic with parameters of type BookMetaData | |
|---|---|
void |
AbstractBook.setBookMetaData(BookMetaData bmd)
|
| Uses of BookMetaData in org.crosswire.jsword.book.readings |
|---|
| Classes in org.crosswire.jsword.book.readings that implement BookMetaData | |
|---|---|
class |
ReadingsBook
A Dictionary that displays daily Readings. |
| Uses of BookMetaData in org.crosswire.jsword.book.sword |
|---|
| Classes in org.crosswire.jsword.book.sword that implement BookMetaData | |
|---|---|
class |
SwordBook
SwordBook is a base class for all sword type modules. |
class |
SwordBookMetaData
A utility class for loading and representing Sword module configs. |
class |
SwordDictionary
A Sword version of Dictionary. |
|
Copyright ? 2003-2004 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||