|
||||||||||
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.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.filter.gbf | A Filter that converts from GBF 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.sword | An implementation of the Book interfaces that reads from SWORD project books (modules). |
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.query | Abstraction of a Query. |
org.crosswire.jsword.index.search | This package helps implementors of the various Book interfaces implement search. |
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. |
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. |
|
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). |
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). |
|
BookCategory
An Enumeration of the possible types of Book. |
|
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. |
|
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. |
|
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. |
|
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 |
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
An Enumeration of the possible types of Book. |
|
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. |
|
FeatureType
An Enumeration of the possible Features a Book may have. |
Classes in org.crosswire.jsword.book used by org.crosswire.jsword.book.filter.gbf | |
---|---|
OSISUtil.OSISFactory
A generic way of creating empty Elements of various types |
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). |
|
BookCategory
An Enumeration of the possible types of Book. |
|
BookData
Basic section of BookData. |
|
BookDriver
The BibleDriver class allows creation of new Books. |
|
BookException
Something went wrong with 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.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
An Enumeration of the possible types of Book. |
|
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. |
|
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.examples | |
---|---|
BookException
Something went wrong with a Book. |
|
BookMetaData
A BookMetaData represents a method of translating the Bible. |
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.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.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. |
|
Copyright ? 2003-2006 | |||||||||
PREV NEXT | FRAMES NO FRAMES |