Uses of Package
org.crosswire.common.progress

Packages that use org.crosswire.common.progress
org.crosswire.bibledesktop.desktop The swing section is in charge of turning the XML from the source section into a screen view. 
org.crosswire.common.progress A generic method of having jobs that execute in the background over some time. 
org.crosswire.common.progress.swing GUI classes to support background processing. 
org.crosswire.jsword.book.install.sword An implementaiion of an installer that can handle Sword Modules. 
org.crosswire.jsword.book.search.lucene An implemenation of SearchEngine using Lucene. 
 

Classes in org.crosswire.common.progress used by org.crosswire.bibledesktop.desktop
WorkEvent
          A WorkEvent happens whenever a MutableBook makes some progress in generating a new Bible.
WorkListener
          Implement WorkListener and call MutableBook.addProgressListener() to recieve ProgressEvents when ever we make progress.
 

Classes in org.crosswire.common.progress used by org.crosswire.common.progress
Job
          A Generic method of keeping track of Threads and monitoring their progress.
Msg
          Compile safe Msg resource settings.
WorkEvent
          A WorkEvent happens whenever a MutableBook makes some progress in generating a new Bible.
WorkListener
          Implement WorkListener and call MutableBook.addProgressListener() to recieve ProgressEvents when ever we make progress.
 

Classes in org.crosswire.common.progress used by org.crosswire.common.progress.swing
Job
          A Generic method of keeping track of Threads and monitoring their progress.
WorkEvent
          A WorkEvent happens whenever a MutableBook makes some progress in generating a new Bible.
WorkListener
          Implement WorkListener and call MutableBook.addProgressListener() to recieve ProgressEvents when ever we make progress.
 

Classes in org.crosswire.common.progress used by org.crosswire.jsword.book.install.sword
Job
          A Generic method of keeping track of Threads and monitoring their progress.
 

Classes in org.crosswire.common.progress used by org.crosswire.jsword.book.search.lucene
Job
          A Generic method of keeping track of Threads and monitoring their progress.
 


Copyright ? 2003-2004