Uses of Class
org.crosswire.jsword.index.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. 
org.crosswire.jsword.index Abstraction of an Index. 
 

Uses of IndexStatus in org.crosswire.jsword.book
 

Methods in org.crosswire.jsword.book that return IndexStatus
 IndexStatus Book.getIndexStatus()
          Has anyone generated a search index for this Book?
 IndexStatus BookMetaData.getIndexStatus()
          Has anyone generated a search index for this Book?
 

Methods in org.crosswire.jsword.book with parameters of type IndexStatus
 void Book.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.
 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 AbstractBook.getIndexStatus()
           
 IndexStatus AbstractBookMetaData.getIndexStatus()
           
 

Methods in org.crosswire.jsword.book.basic with parameters of type IndexStatus
protected  void AbstractBook.firePropertyChange(IndexStatus oldStatus, IndexStatus newStatus)
          Reports bound property changes.
 void AbstractBook.setIndexStatus(IndexStatus newStatus)
           
 void AbstractBookMetaData.setIndexStatus(IndexStatus newValue)
           
 

Uses of IndexStatus in org.crosswire.jsword.index
 

Fields in org.crosswire.jsword.index 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
private  IndexStatus IndexStatusEvent.indexStatus
          The indexStatus of the book.
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.index 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 IndexStatusEvent.getIndexStatus()
           
 

Constructors in org.crosswire.jsword.index with parameters of type IndexStatus
IndexStatusEvent(Object source, IndexStatus status)
          Basic constructor
 


Copyright ยจ 2003-2007