|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | An Install Manager for Books: Bibles, Commentaries and Dictionaries. |
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.basic | This package provides the actual display of BookData. |
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.filter | This data package manages the filtering of book data returned by the various books. |
org.crosswire.jsword.book.filter.gbf | A Filter that converts from GBF format data to OSIS format data. |
org.crosswire.jsword.book.filter.osis | A Filter that loads OSIS format data into JDOM. |
org.crosswire.jsword.book.filter.plaintext | A Filter that converts from plain text format data to OSIS format data. |
org.crosswire.jsword.book.filter.thml | A Filter that converts from THML format data to OSIS format data. |
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 Books (Modules). |
org.crosswire.jsword.book.readings | An implementation of BookDriver and Dictionary that read provide access to readings planners. |
org.crosswire.jsword.book.study | Classes to analyze the usage of Strong's numbers. |
org.crosswire.jsword.book.sword | An implementation of the Book interfaces that reads from SWORD project books (modules). |
org.crosswire.jsword.bridge | Command line programs to do useful things. |
org.crosswire.jsword.examples | Some examples of how to use the JSword API. |
org.crosswire.jsword.index | Abstraction of an Index. |
org.crosswire.jsword.index.lucene | An implemenation of SearchEngine using Lucene. |
org.crosswire.jsword.index.lucene.analysis | Implementation of various Lucene analyzers, providing language dependent customizations. |
org.crosswire.jsword.index.query | The Query package provides JSword with the ability to construct a search request against an Index. |
org.crosswire.jsword.index.search | This package helps implementors of the various Book interfaces implement search. |
org.crosswire.jsword.util | This package contains general Project specific utilities. |
org.crosswire.jsword.versification | The core responsibility of the versification package is to understand verse references. |
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). |
|
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. |
|
BookProvider
A BookSelectEvent happens whenever a user selects a book. |
|
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. |
|
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). |
|
BookProvider
A BookSelectEvent happens whenever a user selects a book. |
Classes in org.crosswire.jsword.book used by org.crosswire.bibledesktop.display.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
BookData is the assembler of the OSIS that is returned by the filters. |
|
BookProvider
A BookSelectEvent happens whenever a user selects a book. |
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). |
|
BookCategory
|
|
BookData
BookData is the assembler of the OSIS that is returned by the filters. |
|
BookDriver
The BibleDriver class allows creation of new Books. |
|
BookException
Something went wrong with a Book. |
|
BookFilter
A method of filtering Books. |
|
BookFilters.CustomBookFilter.Test
|
|
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. |
|
Bookmark
A Bookmark remembers a particular view of one or more Books. |
|
BookMetaData
A BookMetaData represents a method of translating the Bible. |
|
BookProvider
A BookSelectEvent happens whenever a user selects a book. |
|
Books
The Books class (along with Book) 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. |
|
CaseType
Types of Sentence Case. |
|
DefaultBook
Defines a single default book. |
|
FeatureType
An Enumeration of the possible Features a Book may have. |
|
Msg
Compile safe Msg resource settings. |
|
OSISUtil.OSISFactory
A generic way of creating empty Elements of various types |
|
UserMsg
Compile safe Msg resource settings. |
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). |
|
BookCategory
|
|
BookData
BookData is the assembler of the OSIS that is returned by the filters. |
|
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. |
|
Bookmark
A Bookmark remembers a particular view of one or more Books. |
|
BookMetaData
A BookMetaData represents a method of translating the Bible. |
|
BookProvider
A BookSelectEvent happens whenever a user selects a book. |
|
BooksListener
BiblesListeners are able to be notified about changes to the numbers of Bibles installed on the system. |
|
FeatureType
An Enumeration of the possible Features a Book may have. |
Classes in org.crosswire.jsword.book used by org.crosswire.jsword.book.filter | |
---|---|
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.filter.gbf | |
---|---|
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). |
|
OSISUtil.OSISFactory
A generic way of creating empty Elements of various types |
Classes in org.crosswire.jsword.book used by org.crosswire.jsword.book.filter.osis | |
---|---|
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.filter.plaintext | |
---|---|
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.filter.thml | |
---|---|
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.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). |
|
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. |
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). |
|
BookCategory
|
|
BookDriver
The BibleDriver class allows creation of new Books. |
|
BookException
Something went wrong with a Book. |
|
BookProvider
A BookSelectEvent happens whenever a user selects a book. |
|
FeatureType
An Enumeration of the possible Features a Book may have. |
Classes in org.crosswire.jsword.book used by org.crosswire.jsword.book.study | |
---|---|
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). |
|
BookCategory
|
|
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. |
|
BookProvider
A BookSelectEvent happens whenever a user selects a book. |
|
FeatureType
An Enumeration of the possible Features a Book may have. |
|
OSISUtil.OSISFactory
A generic way of creating empty Elements of various types |
Classes in org.crosswire.jsword.book used by org.crosswire.jsword.bridge | |
---|---|
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
BookData is the assembler of the OSIS that is returned by the filters. |
|
BookException
Something went wrong with a Book. |
|
BookFilter
A method of filtering Books. |
Classes in org.crosswire.jsword.book used by org.crosswire.jsword.examples | |
---|---|
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. |
|
BookFilter
A method of filtering Books. |
|
BookMetaData
A BookMetaData represents a method of translating the Bible. |
|
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.jsword.index | |
---|---|
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.index.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.index.lucene.analysis | |
---|---|
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.index.query | |
---|---|
BookException
Something went wrong with a Book. |
Classes in org.crosswire.jsword.book used by org.crosswire.jsword.index.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.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.versification | |
---|---|
CaseType
Types of Sentence Case. |
|
Copyright ยจ 2003-2007 | |||||||||
PREV NEXT | FRAMES NO FRAMES |