Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
com.eireneh.bible.book.Book

Uses of Book in com.eireneh.bible.book
 

Subinterfaces of Book in com.eireneh.bible.book
 interface Bible
          Bible is the core interface to a Bible store.
 interface StudyBible
          A WordStudy is-an extension to Bible that knows about the original Greek/Hebrew in the form of Strongs numbers, and how these original words were translated into English (or whatever).
 

Classes in com.eireneh.bible.book that implement Book
 class AbstractBible
          An AbstractBible implements a few of the more generic methods of Bible, and takes care of a BookConfig object.
 class VersewiseBible
          The VersewiseMutableBook class makes it easier to implement MutableBook by splitting the job up into a Verse by Verse effort.
 

Constructors in com.eireneh.bible.book with parameters of type Book
ProgressEvent(Book source, java.lang.String desc, int percent)
          Initialize a ProgressEvent