Uses of Interface
org.crosswire.common.activate.Activatable

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.sword An implementation of the Book interfaces that reads from SWORD project books (modules). 
org.crosswire.jsword.index.lucene An implemenation of SearchEngine using Lucene. 
 

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.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 AbstractKeyBackend
          A Backend that can be used as a global key list.
 class GenBookBackend
          Backend for General Books.
 class RawBackend
          Both Books and Commentaries seem to use the same format so this class abstracts out the similarities.
 class RawLDBackend
          An implementation AbstractKeyBackend to read RAW format files.
 class SwordBook
          SwordBook is a base class for all verse based Sword type books.
 class SwordDailyDevotion
          A book that has a preferred key of today's date.
 class SwordDictionary
          A Sword version of Dictionary.
 class SwordGenBook
          A Sword version of Dictionary.
 class TreeKeyIndex
          TreeKeyIndex reads Sword index files that are path based.
 class ZLDBackend
          An extension of RawLDBackend to read Z format files.
 class ZVerseBackend
          A backend to read compressed data verse based files.
 

Uses of Activatable in org.crosswire.jsword.index.lucene
 

Classes in org.crosswire.jsword.index.lucene that implement Activatable
 class LuceneIndex
          Implement the SearchEngine using Lucene as the search engine.
 


Copyright ยจ 2003-2007