Uses of Interface
org.crosswire.jsword.book.BookMetaData

Packages that use BookMetaData
org.crosswire.bibledesktop.book This package contains Swing MVC models to help implementing a Swing GUI using JSword classes. 
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 books (modules). 
 

Uses of BookMetaData in org.crosswire.bibledesktop.book
 

Methods in org.crosswire.bibledesktop.book with parameters of type BookMetaData
static Icon BookIcon.getIcon(BookMetaData book)
           
 

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 AbstractPassageBook
          An abstract implementation of Book that lets implementors just concentrate on reading book data.
 class DefaultBookMetaData
          DefaultBookMetaData is an implementation of the of the BookMetaData interface.
 

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 books.
 class SwordBookMetaData
          A utility class for loading and representing Sword book configs.
 class SwordDailyDevotion
          A book that has a preferred key of today's date.
 class SwordDictionary
          A Sword version of Dictionary.
 


Copyright ยจ 2003-2005