Uses of Package
net.sourceforge.java.util.jobs

Packages that use net.sourceforge.java.util.jobs
net.sourceforge.java.feednread.backend.jobs Contains a collection of Jobs to concurrently perform application specific tasks in the JobManager execution context. 
net.sourceforge.java.feednread.frontend.components.notificationbar Contains all the classes composing the NotificationBar ui component. 
net.sourceforge.java.feednread.frontend.event.action Provides a collection of Actions handling events based on user actions.  
net.sourceforge.java.util.jobs Provides core support for interacting with background activity. 
net.sourceforge.java.util.jobs.event Provides interfaces and classes for dealing with different types of events fired by the JobManager execution context. 
net.sourceforge.java.util.jobs.scheduling Provides core support for scheduling background activity. 
 

Classes in net.sourceforge.java.util.jobs used by net.sourceforge.java.feednread.backend.jobs
IJob
           An IJob represents a high level abstraction of a Thread.
Job
           Default IJob implementation to be used as base for concrete Jobs.
 

Classes in net.sourceforge.java.util.jobs used by net.sourceforge.java.feednread.frontend.components.notificationbar
JobStatusTableContentProvider
           Manages a collection of JobStatus objects and supplies the data to a JFace TableViewer instance.
 

Classes in net.sourceforge.java.util.jobs used by net.sourceforge.java.feednread.frontend.event.action
IJob
           An IJob represents a high level abstraction of a Thread.
 

Classes in net.sourceforge.java.util.jobs used by net.sourceforge.java.util.jobs
DefaultJobProgressMonitor
           Default IProgressMonitor to be used for reporting the progress of a File based IJob.
DefaultJobStatusFormat
           Default format for File based IJob, e.g.
IJob
           An IJob represents a high level abstraction of a Thread.
IJobStatusFormat
           Base interface for JobStatus progress formatters.
Job
           Default IJob implementation to be used as base for concrete Jobs.
JobManager
           Central IJob execution context which is used to add and schedule IJobs for execution.
JobStatus
           Represents the status of a IJob.
JobStatusTableContentProvider
           Manages a collection of JobStatus objects and supplies the data to a JFace TableViewer instance.
 

Classes in net.sourceforge.java.util.jobs used by net.sourceforge.java.util.jobs.event
IJob
           An IJob represents a high level abstraction of a Thread.
 

Classes in net.sourceforge.java.util.jobs used by net.sourceforge.java.util.jobs.scheduling
IJob
           An IJob represents a high level abstraction of a Thread.