Uses of Class
org.crosswire.common.progress.Job

Packages that use Job
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 Books (Modules). 
org.crosswire.jsword.index.lucene An implemenation of SearchEngine using Lucene. 
 

Uses of Job in org.crosswire.common.progress
 

Methods in org.crosswire.common.progress that return Job
static Job JobManager.createJob(String description, boolean fakeupdates)
          Create a new Job
static Job JobManager.createJob(String description, Thread work, boolean fakeupdates)
          Create a new Job
static Job JobManager.createJob(String description, URL predicturl, boolean fakeupdates)
          Create a new Job
static Job JobManager.createJob(String description, URL predicturl, Thread work, boolean fakeupdates)
          Create a new Job
 Job WorkEvent.getJob()
          Accessor for the Job
 

Methods in org.crosswire.common.progress with parameters of type Job
protected static void JobManager.fireWorkProgressed(Job job, boolean predicted)
          Inform the listeners that a title has changed.
 

Constructors in org.crosswire.common.progress with parameters of type Job
WorkEvent(Job source)
          Initialize a WorkEvent
WorkEvent(Job source, boolean predicted)
          Initialize a WorkEvent
 

Uses of Job in org.crosswire.common.progress.swing
 

Fields in org.crosswire.common.progress.swing declared as Job
private  Job JobsProgressBar.JobData.job
           
private  Job JobsViewPane.CancelListener.job
           
private  Job JobsViewPane.JobData.job
           
 

Methods in org.crosswire.common.progress.swing that return Job
(package private)  Job JobsProgressBar.JobData.getJob()
          Accessor for the Job
(package private)  Job JobsViewPane.JobData.getJob()
          Accessor for the job
 

Methods in org.crosswire.common.progress.swing with parameters of type Job
protected  void JobsProgressBar.addJob(Job job)
          Create a new set of components for the new Job
protected  void JobsViewPane.addJob(Job job)
          Create a new set of components for the new Job
protected  void JobsProgressBar.removeJob(Job job)
          Remove the set of components from the panel
protected  void JobsViewPane.removeJob(Job job)
          Remove the set of components from the panel
protected  void JobsProgressBar.updateJob(Job job)
          Update the job details because it has just progressed
protected  void JobsViewPane.updateJob(Job job)
          Update the job details because it have just progressed
 

Constructors in org.crosswire.common.progress.swing with parameters of type Job
JobsProgressBar.JobData(Job job, int index, JProgressBar progress)
          Simple ctor
JobsViewPane.CancelListener(Job theJob)
           
JobsViewPane.JobData(Job job, int index, JLabel label, JProgressBar progress, JButton cancel)
          Simple ctor
 

Uses of Job in org.crosswire.jsword.book.install.sword
 

Methods in org.crosswire.jsword.book.install.sword with parameters of type Job
private  void HttpSwordInstaller.copy(Job job, URL url, URL dest)
           
protected abstract  void AbstractSwordInstaller.download(Job job, String dir, String file, URL dest)
          Utility to download a file from a remote site
protected  void HttpSwordInstaller.download(Job job, String dir, String file, URL dest)
           
 

Uses of Job in org.crosswire.jsword.index.lucene
 

Methods in org.crosswire.jsword.index.lucene with parameters of type Job
private  void LuceneIndex.generateSearchIndexImpl(Job job, List errors, org.apache.lucene.index.IndexWriter writer, Key key)
          Dig down into a Key indexing as we go.
 


Copyright ยจ 2003-2006