Uses of Package
org.crosswire.jsword.book

Packages that use org.crosswire.jsword.book
org.crosswire.bibledesktop.book This package contains Swing MVC models to help implementing a Swing GUI using JSword classes. 
org.crosswire.bibledesktop.book.install   
org.crosswire.bibledesktop.desktop The swing section is in charge of turning the XML from the source section into a screen view. 
org.crosswire.bibledesktop.display This package contains the BookDataDisplay interface which is designed to allow GUI components to choose between the methods they use to display BookData objects. 
org.crosswire.bibledesktop.display.proxy This package contains an implementation of BookDataDisplay that proxies to another BookDataDisplay to make implementing nested BookDataDisplays easier. 
org.crosswire.bibledesktop.display.splitlist This package contains an implementation of BookDataDisplay that adds a side panel to a child implementation of BookDataDisplay. 
org.crosswire.bibledesktop.display.tab This package contains an implementation of BookDataDisplay (based on ProxyBookDataDisplay for simplicity) that adds scrollbars to a child implementation of BookDataDisplay. 
org.crosswire.bibledesktop.display.textpane This package contains an implementation of BookDataDisplay that displays the OSIS after transforming it to HTML (using XSL) in a Swing JTextPane. 
org.crosswire.bibledesktop.passage 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.install An abstraction of an installer. 
org.crosswire.jsword.book.install.sword An implementaiion of an installer that can handle Sword Modules. 
org.crosswire.jsword.book.readings An implementation of BookDriver and Dictionary that read provide access to readings planners. 
org.crosswire.jsword.book.search This package helps implementors of the various Book interfaces implement search. 
org.crosswire.jsword.book.search.basic   
org.crosswire.jsword.book.search.lucene An implemenation of SearchEngine using Lucene. 
org.crosswire.jsword.book.search.parse The search package is responsible for taking a text string "God & loves & world" and turning it into a series of calls to Book and Passage to find the answer. 
org.crosswire.jsword.book.sword An implementation of the Book interfaces that reads from SWORD project modules. 
org.crosswire.jsword.examples Some examples of how to use the JSword API. 
org.crosswire.jsword.passage The core responsibility of the passage package is to store and collate information about the structure of the Bible - The most important classes are Passage, PassageTally and Strongs
org.crosswire.jsword.util This package contains general Project specific utilities. 
org.crosswire.jsword.view.web A servlet front end to the JSword classes. 
 

Classes in org.crosswire.jsword.book used by org.crosswire.bibledesktop.book
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).
BookDriver
          The BibleDriver class allows creation of new Books.
BookFilter
          A method of filtering Books.
BookList
          There are several lists of Books, the most important being the installed Books, however there may be others like the available books or books from a specific driver.
BooksEvent
          A BooksEvent is fired whenever a Bible is added or removed from the system.
BooksListener
          BiblesListeners are able to be notified about changes to the numbers of Bibles installed on the system.
 

Classes in org.crosswire.jsword.book used by org.crosswire.bibledesktop.book.install
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).
BookList
          There are several lists of Books, the most important being the installed Books, however there may be others like the available books or books from a specific driver.
BookMetaData
          A BookMetaData represents a method of translating the Bible.
BookSet
          BookSet represents a collection of descriptions about Books which may be subsetted into other BookMetaDataSets.
BooksEvent
          A BooksEvent is fired whenever a Bible is added or removed from the system.
BooksListener
          BiblesListeners are able to be notified about changes to the numbers of Bibles installed on the system.
 

Classes in org.crosswire.jsword.book used by org.crosswire.bibledesktop.desktop
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).
 

Classes in org.crosswire.jsword.book used by org.crosswire.bibledesktop.display
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).
 

Classes in org.crosswire.jsword.book used by org.crosswire.bibledesktop.display.proxy
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).
 

Classes in org.crosswire.jsword.book used by org.crosswire.bibledesktop.display.splitlist
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).
 

Classes in org.crosswire.jsword.book used by org.crosswire.bibledesktop.display.tab
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).
 

Classes in org.crosswire.jsword.book used by org.crosswire.bibledesktop.display.textpane
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).
 

Classes in org.crosswire.jsword.book used by org.crosswire.bibledesktop.passage
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).
 

Classes in org.crosswire.jsword.book used by org.crosswire.jsword.book
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).
BookData
          Basic section of BookData.
BookDriver
          The BibleDriver class allows creation of new Books.
BookException
          Something went wrong with a Book.
BookFilter
          A method of filtering Books.
BookList
          There are several lists of Books, the most important being the installed Books, however there may be others like the available books or books from a specific driver.
BookMetaData
          A BookMetaData represents a method of translating the Bible.
Books
          The Bibles class (along with Bible) is the central point of contact between the rest of the world and this set of packages.
BookSet
          BookSet represents a collection of descriptions about Books which may be subsetted into other BookMetaDataSets.
BooksEvent
          A BooksEvent is fired whenever a Bible is added or removed from the system.
BooksListener
          BiblesListeners are able to be notified about changes to the numbers of Bibles installed on the system.
BookType
          An Enumeration of the possible types of Book.
CaseType
          Types of Sentence Case.
DefaultBook
          Defines a single default book.
FeatureType
          An Enumeration of the possible Features a Book may have.
IndexStatus
          An Enumeration of the possible types of Book.
Msg
          Compile safe Msg resource settings.
Openness
          A definition of how open a Bible is.
OSISUtil.ObjectFactory
          A generic way of creating empty Elements of various types
Strongs
          Strongs is a convenience way of recording a Strongs number instead of using a String with a number in it.
 

Classes in org.crosswire.jsword.book used by org.crosswire.jsword.book.basic
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).
BookData
          Basic section of BookData.
BookDriver
          The BibleDriver class allows creation of new Books.
BookException
          Something went wrong with a Book.
BookFilter
          A method of filtering Books.
BookList
          There are several lists of Books, the most important being the installed Books, however there may be others like the available books or books from a specific driver.
BookMetaData
          A BookMetaData represents a method of translating the Bible.
BooksListener
          BiblesListeners are able to be notified about changes to the numbers of Bibles installed on the system.
BookType
          An Enumeration of the possible types of Book.
FeatureType
          An Enumeration of the possible Features a Book may have.
IndexStatus
          An Enumeration of the possible types of Book.
 

Classes in org.crosswire.jsword.book used by org.crosswire.jsword.book.install
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).
BookList
          There are several lists of Books, the most important being the installed Books, however there may be others like the available books or books from a specific driver.
 

Classes in org.crosswire.jsword.book used by org.crosswire.jsword.book.install.sword
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).
BookList
          There are several lists of Books, the most important being the installed Books, however there may be others like the available books or books from a specific driver.
 

Classes in org.crosswire.jsword.book used by org.crosswire.jsword.book.readings
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).
BookData
          Basic section of BookData.
BookDriver
          The BibleDriver class allows creation of new Books.
BookException
          Something went wrong with a Book.
BookMetaData
          A BookMetaData represents a method of translating the Bible.
BookType
          An Enumeration of the possible types of Book.
FeatureType
          An Enumeration of the possible Features a Book may have.
 

Classes in org.crosswire.jsword.book used by org.crosswire.jsword.book.search
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).
BookException
          Something went wrong with a Book.
 

Classes in org.crosswire.jsword.book used by org.crosswire.jsword.book.search.basic
BookException
          Something went wrong with a Book.
 

Classes in org.crosswire.jsword.book used by org.crosswire.jsword.book.search.lucene
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).
BookException
          Something went wrong with a Book.
 

Classes in org.crosswire.jsword.book used by org.crosswire.jsword.book.search.parse
BookException
          Something went wrong with a Book.
 

Classes in org.crosswire.jsword.book used by org.crosswire.jsword.book.sword
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).
BookData
          Basic section of BookData.
BookDriver
          The BibleDriver class allows creation of new Books.
BookException
          Something went wrong with a Book.
BookMetaData
          A BookMetaData represents a method of translating the Bible.
BookType
          An Enumeration of the possible types of Book.
FeatureType
          An Enumeration of the possible Features a Book may have.
OSISUtil.ObjectFactory
          A generic way of creating empty Elements of various types
 

Classes in org.crosswire.jsword.book used by org.crosswire.jsword.examples
BookException
          Something went wrong with a Book.
 

Classes in org.crosswire.jsword.book used by org.crosswire.jsword.passage
CaseType
          Types of Sentence Case.
 

Classes in org.crosswire.jsword.book used by org.crosswire.jsword.util
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).
BookException
          Something went wrong with a Book.
 

Classes in org.crosswire.jsword.book used by org.crosswire.jsword.view.web
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).
 


Copyright ? 2003-2004