Uses of Class
org.crosswire.jsword.book.IndexStatus

Packages that use IndexStatus
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. 
 

Uses of IndexStatus in org.crosswire.jsword.book
 

Fields in org.crosswire.jsword.book declared as IndexStatus
static IndexStatus IndexStatus.CREATING
          An index is currently being generated for this Book
static IndexStatus IndexStatus.DONE
          There is a complete and ready to use search index
static IndexStatus IndexStatus.SCHEDULED
          This Book has been scheduled for index creation
static IndexStatus IndexStatus.UNDONE
          There is no search index, and no plans to create one
private static IndexStatus[] IndexStatus.VALUES
          All the known values
 

Methods in org.crosswire.jsword.book that return IndexStatus
static IndexStatus IndexStatus.fromInteger(int i)
          Lookup method to convert from an integer
static IndexStatus IndexStatus.fromString(String name)
          Lookup method to convert from a String
 IndexStatus BookMetaData.getIndexStatus()
          Has anyone generated a search index for this Book?
 

Methods in org.crosswire.jsword.book with parameters of type IndexStatus
 void BookMetaData.setIndexStatus(IndexStatus status)
          This method does not alter the index status, however it is for Indexers that are responsible for indexing and have changed the status themselves.
 

Uses of IndexStatus in org.crosswire.jsword.book.basic
 

Fields in org.crosswire.jsword.book.basic declared as IndexStatus
private  IndexStatus AbstractBookMetaData.indexStatus
           
 

Methods in org.crosswire.jsword.book.basic that return IndexStatus
 IndexStatus AbstractBookMetaData.getIndexStatus()
           
 IndexStatus AbstractBook.getIndexStatus()
           
 

Methods in org.crosswire.jsword.book.basic with parameters of type IndexStatus
 void AbstractBookMetaData.setIndexStatus(IndexStatus newValue)
           
 void AbstractBook.setIndexStatus(IndexStatus status)
           
 


Copyright ? 2003-2004