Uses of Package
org.crosswire.jsword.index

Packages that use org.crosswire.jsword.index
org.crosswire.bibledesktop.book 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.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. 
 

Classes in org.crosswire.jsword.index used by org.crosswire.bibledesktop.book
IndexStatusListener
          IndexStatusListeners are able to be notified about changes to the IndexStatus of a book.
 

Classes in org.crosswire.jsword.index used by org.crosswire.jsword.book
IndexStatus
          An Enumeration of the possible states of an index.
IndexStatusListener
          IndexStatusListeners are able to be notified about changes to the IndexStatus of a book.
 

Classes in org.crosswire.jsword.index used by org.crosswire.jsword.book.basic
IndexStatus
          An Enumeration of the possible states of an index.
IndexStatusListener
          IndexStatusListeners are able to be notified about changes to the IndexStatus of a book.
 

Classes in org.crosswire.jsword.index used by org.crosswire.jsword.index
Index
          An index into a body of text that knows what words exist and where they are.
IndexManager
          A way of managing a way of creating a search index for a book.
IndexStatus
          An Enumeration of the possible states of an index.
IndexStatusEvent
          An IndexStatusEvent is fired whenever the IndexStatus of a book has changed.
 

Classes in org.crosswire.jsword.index used by org.crosswire.jsword.index.lucene
AbstractIndex
          A simple implementation of an Index that provides the set/get for SearchModifier.
Index
          An index into a body of text that knows what words exist and where they are.
IndexManager
          A way of managing a way of creating a search index for a book.
 

Classes in org.crosswire.jsword.index used by org.crosswire.jsword.index.query
Index
          An index into a body of text that knows what words exist and where they are.
 

Classes in org.crosswire.jsword.index used by org.crosswire.jsword.index.search
Index
          An index into a body of text that knows what words exist and where they are.
 


Copyright ? 2003-2006