Uses of Interface
org.crosswire.jsword.index.IndexStatusListener

Packages that use IndexStatusListener
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.bridge Command line programs to do useful things. 
 

Uses of IndexStatusListener in org.crosswire.bibledesktop.book
 

Fields in org.crosswire.bibledesktop.book declared as IndexStatusListener
private  IndexStatusListener DisplaySelectPane.isl
          Keep the selection up to date with indexing.
 

Uses of IndexStatusListener in org.crosswire.jsword.book
 

Methods in org.crosswire.jsword.book with parameters of type IndexStatusListener
 void Book.addIndexStatusListener(IndexStatusListener li)
          Adds a IndexStatusListener to the listener list.
 void Book.removeIndexStatusListener(IndexStatusListener li)
          Removes a IndexStatusListener from the listener list.
 

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

Methods in org.crosswire.jsword.book.basic with parameters of type IndexStatusListener
 void AbstractBook.addIndexStatusListener(IndexStatusListener listener)
           
 void AbstractBook.removeIndexStatusListener(IndexStatusListener listener)
           
 

Uses of IndexStatusListener in org.crosswire.jsword.bridge
 

Classes in org.crosswire.jsword.bridge that implement IndexStatusListener
static class BookIndexer.StatusListener
          Listen for the end of indexing.
 

Fields in org.crosswire.jsword.bridge declared as IndexStatusListener
private  IndexStatusListener BookIndexer.isl
           
 


Copyright ยจ 2003-2007