Uses of Interface
net.sourceforge.java.util.jobs.IJobStatusFormat

Packages that use IJobStatusFormat
net.sourceforge.java.util.jobs Provides core support for interacting with background activity. 
 

Uses of IJobStatusFormat in net.sourceforge.java.util.jobs
 

Classes in net.sourceforge.java.util.jobs that implement IJobStatusFormat
 class CompositeJobStatusFormat
           Formats the JobStatus of a composite IJob, i.e. an IJob which is segmented into several single sub tasks.
 class DefaultJobStatusFormat
           Default format for File based IJob, e.g.
 

Fields in net.sourceforge.java.util.jobs declared as IJobStatusFormat
private  IJobStatusFormat JobStatus.statusFormat
           The format object for the JobStatus
 

Methods in net.sourceforge.java.util.jobs that return IJobStatusFormat
 IJobStatusFormat JobStatus.getStatusFormat()
           Gets the IJobStatusFormat object of this JobStatus
 

Methods in net.sourceforge.java.util.jobs with parameters of type IJobStatusFormat
 void JobStatus.setStatusFormat(IJobStatusFormat format)
           Sets the IJobStatusFormat object for this JobStatus