|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Activatable | |
---|---|
org.crosswire.common.activate | Code to allow classes to be started-up and then shutdown later to conserve resources. |
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.search.lucene | An implemenation of SearchEngine using Lucene. |
org.crosswire.jsword.book.sword | An implementation of the Book interfaces that reads from SWORD project books (modules). |
Uses of Activatable in org.crosswire.common.activate |
---|
Methods in org.crosswire.common.activate with parameters of type Activatable | |
---|---|
static void |
Activator.activate(Activatable subject)
Check that a subject is activated and call activate() if not. |
static void |
Activator.deactivate(Activatable subject)
Deactivate an Activatable object. |
Uses of Activatable in org.crosswire.jsword.book |
---|
Subinterfaces of Activatable 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). |
Uses of Activatable in org.crosswire.jsword.book.basic |
---|
Classes in org.crosswire.jsword.book.basic that implement Activatable | |
---|---|
class |
AbstractBook
AbstractBook implements a few of the more generic methods of Book. |
class |
AbstractPassageBook
An abstract implementation of Book that lets implementors just concentrate on reading book data. |
Uses of Activatable in org.crosswire.jsword.book.readings |
---|
Classes in org.crosswire.jsword.book.readings that implement Activatable | |
---|---|
class |
ReadingsBook
A Dictionary that displays daily Readings. |
Uses of Activatable in org.crosswire.jsword.book.search.lucene |
---|
Classes in org.crosswire.jsword.book.search.lucene that implement Activatable | |
---|---|
class |
LuceneIndex
Implement the SearchEngine using Lucene as the search engine. |
Uses of Activatable in org.crosswire.jsword.book.sword |
---|
Classes in org.crosswire.jsword.book.sword that implement Activatable | |
---|---|
class |
AbstractBackend
A generic way to read data from disk for later formatting. |
class |
GenBookBackend
Backend for General Books. |
class |
GZIPBackend
A backend to read GZIPped data files. |
class |
LZSSBackend
A backend to read LZSS compressed data files. |
class |
RawBackend
Both Books and Commentaries seem to use the same format so this class abstracts out the similarities. |
class |
RawLDBackend
An implementation KeyBackend to read RAW format files. |
class |
SwordBook
SwordBook is a base class for all sword type books. |
class |
SwordDailyDevotion
A book that has a preferred key of today's date. |
class |
SwordDictionary
A Sword version of Dictionary. |
class |
ZLDBackend
An implementation KeyBackend to read Z format files. |
|
Copyright ยจ 2003-2005 | |||||||||
PREV NEXT | FRAMES NO FRAMES |