A B C D E F G H I J K L M N O P R S T U V W X _

J

JDOMUtils - class net.sourceforge.java.util.jdom.JDOMUtils.
JDOMUtils contains some reusable utility methods to ease JDOM handling, in particular parsing operations.
JDOMUtils() - Constructor for class net.sourceforge.java.util.jdom.JDOMUtils
 
Job - class net.sourceforge.java.util.jobs.Job.
Default IJob implementation to be used as base for concrete Jobs.
Job() - Constructor for class net.sourceforge.java.util.jobs.Job
 
JobEvent - class net.sourceforge.java.util.jobs.event.JobEvent.
Event triggered whenever the status of an IJob executed in the JobManager context changes.
JobEvent(IJob) - Constructor for class net.sourceforge.java.util.jobs.event.JobEvent
Creates a new JobEvent.
JobExecutionInterval - class net.sourceforge.java.util.jobs.scheduling.JobExecutionInterval.
Represents an interval for a repeated automatic execution of an IJob within the JobManager scheduler context.
JobExecutionInterval(long) - Constructor for class net.sourceforge.java.util.jobs.scheduling.JobExecutionInterval
Creates a new JobExceutionInterval.
JobExecutionStatus - class net.sourceforge.java.util.jobs.scheduling.JobExecutionStatus.
Represents the execution status of an ScheduledJob which is scheduled for execution in the JobManager context.
JobExecutionStatus(JobExecutionInterval) - Constructor for class net.sourceforge.java.util.jobs.scheduling.JobExecutionStatus
Creates a new JobExceutionInterval.
JobManager - class net.sourceforge.java.util.jobs.JobManager.
Central IJob execution context which is used to add and schedule IJobs for execution.
JobManager() - Constructor for class net.sourceforge.java.util.jobs.JobManager
Creates a new JobManager instance.
JobStatus - class net.sourceforge.java.util.jobs.JobStatus.
Represents the status of a IJob.
JobStatus(String) - Constructor for class net.sourceforge.java.util.jobs.JobStatus
Creates a new JobStatus instance.
JobStatusTableContentProvider - class net.sourceforge.java.util.jobs.JobStatusTableContentProvider.
Manages a collection of JobStatus objects and supplies the data to a JFace TableViewer instance.
JobStatusTableContentProvider(TableViewer) - Constructor for class net.sourceforge.java.util.jobs.JobStatusTableContentProvider
Creates a new JobStatusTableContentProvider.
JobStatusTableLabelProvider - class net.sourceforge.java.feednread.frontend.components.notificationbar.JobStatusTableLabelProvider.
Converts JobStatus model objects to ui representations that are displayable in a JFace TableViewer instance.
JobStatusTableLabelProvider() - Constructor for class net.sourceforge.java.feednread.frontend.components.notificationbar.JobStatusTableLabelProvider
Creates a new JobStatusTableLabelProvider instance.
JobThread - class net.sourceforge.java.util.jobs.JobThread.
Thread to execute an IJob reporting its progress using an IProgressMonitor.
JobThread(IJob, IProgressMonitor) - Constructor for class net.sourceforge.java.util.jobs.JobThread
Creates a new JobThread that executes the specified IJob and reports the progress of the IJob to the specified IProgressMonitor.
job - Variable in class net.sourceforge.java.util.jobs.DefaultJobProgressMonitor
The IJob for which to report the progress
job - Variable in class net.sourceforge.java.util.jobs.JobThread
The IJob to be executed in the JobThread
job - Variable in class net.sourceforge.java.util.jobs.scheduling.ScheduledJob
The IJob scheduled for execution
jobDone(JobEvent) - Method in class net.sourceforge.java.feednread.frontend.SplashScreen
Indicates that the IJob whose progress is displayed in this SplashScreen has been done.
jobDone(JobEvent) - Method in class net.sourceforge.java.feednread.frontend.components.notificationbar.NotificationBar
Indicates that an IJob is done.
jobDone(JobEvent) - Method in interface net.sourceforge.java.util.jobs.event.IJobListener
Indicates that an IJob is done.
jobListener - Variable in class net.sourceforge.java.util.jobs.JobManager
The List of registered IJobListener objects
jobName - Variable in class net.sourceforge.java.util.jobs.Job
The name of the Job
jobNameColumn - Variable in class net.sourceforge.java.feednread.frontend.components.notificationbar.NotificationBar
Job table: job name column
jobScheduler - Variable in class net.sourceforge.java.util.jobs.JobManager
The Timer used to schedule IJobs
jobStarted(JobEvent) - Method in class net.sourceforge.java.feednread.frontend.SplashScreen
Indicates that the IJob whose progress is displayed in this SplashScreen has been started.
jobStarted(JobEvent) - Method in class net.sourceforge.java.feednread.frontend.components.notificationbar.NotificationBar
Indicates that an IJob was started.
jobStarted(JobEvent) - Method in interface net.sourceforge.java.util.jobs.event.IJobListener
Indicates that an IJob was started.
jobStatusChanged(JobEvent) - Method in class net.sourceforge.java.feednread.frontend.SplashScreen
Indicates that the status of the IJob whose progress is displayed in this SplashScreen has changed.
jobStatusChanged(JobEvent) - Method in class net.sourceforge.java.feednread.frontend.components.notificationbar.NotificationBar
Indicates that the status of an IJob changed.
jobStatusChanged(JobEvent) - Method in interface net.sourceforge.java.util.jobs.event.IJobListener
Indicates that the status of an IJob changed.
jobStatusList - Variable in class net.sourceforge.java.util.jobs.JobStatusTableContentProvider
The List of JobStatus objects
jobStatusTabItem - Variable in class net.sourceforge.java.feednread.frontend.components.notificationbar.NotificationBar
The CTabItem to hold the NotificationBar.jobStatusTable
jobStatusTable - Variable in class net.sourceforge.java.feednread.frontend.components.notificationbar.NotificationBar
The Table to display the currently active IJobs
jobStatusTableContentProvider - Variable in class net.sourceforge.java.feednread.frontend.components.notificationbar.NotificationBar
The content provider to hold all JobStatus domain objects for the currently active IJobs
jobStatusTableLabelProvider - Variable in class net.sourceforge.java.feednread.frontend.components.notificationbar.NotificationBar
The label provider which converts the JobStatus objects to gui displayable objects
jobStatusTableViewer - Variable in class net.sourceforge.java.feednread.frontend.components.notificationbar.NotificationBar
The TableViewer to act as controller for the NotificationBar.jobStatusTable
jobs - Variable in class net.sourceforge.java.util.jobs.JobManager
The List of managed IJobs
join() - Method in interface net.sourceforge.java.util.jobs.IJob
Joins the IJob running in the set Thread as returned by the IJob.getThread() method.
join() - Method in class net.sourceforge.java.util.jobs.Job
Joins this Job running in the set Thread as returned by the Job.getThread() method.

A B C D E F G H I J K L M N O P R S T U V W X _