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

Packages that use net.sourceforge.java.util.jobs.scheduling
net.sourceforge.java.feednread.backend.model.favoritestree Provides the data model classes for the NewsFeedFavoritesTree ui component. 
net.sourceforge.java.feednread.frontend.dialog Provides a collection of dialogs used in the application context. 
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.scheduling Provides core support for scheduling background activity. 
 

Classes in net.sourceforge.java.util.jobs.scheduling used by net.sourceforge.java.feednread.backend.model.favoritestree
JobExecutionInterval
           Represents an interval for a repeated automatic execution of an IJob within the JobManager scheduler context.
JobExecutionStatus
           Represents the execution status of an ScheduledJob which is scheduled for execution in the JobManager context.
 

Classes in net.sourceforge.java.util.jobs.scheduling used by net.sourceforge.java.feednread.frontend.dialog
JobExecutionInterval
           Represents an interval for a repeated automatic execution of an IJob within the JobManager scheduler context.
 

Classes in net.sourceforge.java.util.jobs.scheduling used by net.sourceforge.java.feednread.frontend.event.action
JobExecutionInterval
           Represents an interval for a repeated automatic execution of an IJob within the JobManager scheduler context.
 

Classes in net.sourceforge.java.util.jobs.scheduling used by net.sourceforge.java.util.jobs
JobExecutionStatus
           Represents the execution status of an ScheduledJob which is scheduled for execution in the JobManager context.
 

Classes in net.sourceforge.java.util.jobs.scheduling used by net.sourceforge.java.util.jobs.scheduling
JobExecutionInterval
           Represents an interval for a repeated automatic execution of an IJob within the JobManager scheduler context.
JobExecutionStatus
           Represents the execution status of an ScheduledJob which is scheduled for execution in the JobManager context.
ScheduledJob
           Wraps an IJob for scheduled execution in the JobManager context.