|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use JobStatus | |
| net.sourceforge.java.util.jobs | Provides core support for interacting with background activity. |
| Uses of JobStatus in net.sourceforge.java.util.jobs |
| Fields in net.sourceforge.java.util.jobs declared as JobStatus | |
private JobStatus |
Job.status
The status of the Job |
protected JobStatus |
DefaultJobProgressMonitor.status
The JobStatus to update |
| Methods in net.sourceforge.java.util.jobs that return JobStatus | |
JobStatus[] |
JobStatusTableContentProvider.getJobStates()
Gets all JobStatus objects currently managed by
this JobStatusTableContentProvider.
|
JobStatus |
Job.getStatus()
Gets the status of this Job.
|
JobStatus |
IJob.getStatus()
Gets the status of an IJob.
|
| Methods in net.sourceforge.java.util.jobs with parameters of type JobStatus | |
void |
JobStatusTableContentProvider.addJob(JobStatus status)
Adds the specified JobStatus to this
JobStatusTableContentProvider.
|
void |
JobStatusTableContentProvider.removeJob(JobStatus status)
Removes the specified JobStatus from this
JobStatusTableContentProvider.
|
String |
IJobStatusFormat.formatProgress(JobStatus status)
Formats the progress of the specified JobStatus object.
|
String |
DefaultJobStatusFormat.formatProgress(JobStatus status)
Formats the specified JobStatus progress.
|
String |
CompositeJobStatusFormat.formatProgress(JobStatus status)
Formats the specified JobStatus progress.
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||