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 BookMetaData.getIndexStatus()
          Has anyone generated a search index for this Book?
 IndexStatus Book.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.
 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.
 

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
protected  void AbstractBook.firePropertyChange(IndexStatus oldStatus, IndexStatus newStatus)
          Reports bound property changes.
 void AbstractBookMetaData.setIndexStatus(IndexStatus newValue)
           
 void AbstractBook.setIndexStatus(IndexStatus newStatus)
           
 

Uses of IndexStatus in org.crosswire.jsword.index
 

Fields in org.crosswire.jsword.index declared as IndexStatus
private  IndexStatus IndexStatusEvent.indexStatus
          The indexStatus of the book.
 

Methods in org.crosswire.jsword.index that return IndexStatus
static IndexStatus IndexStatus.fromString(String name)
          Lookup method to convert from a String
 IndexStatus IndexStatusEvent.getIndexStatus()
           
static IndexStatus IndexStatus.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IndexStatus[] IndexStatus.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

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


Copyright ? 2003-2011