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. 
 

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)
           
 


Copyright ? 2003-2006