|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnet.sourceforge.java.util.jobs.DefaultJobStatusFormat
Default format for File based IJob, e.g.
parsing or transfering a File.
| Field Summary | |
protected static NumberFormat |
DEFAULT_NUMBER_FORMAT
The default formatter for numbers |
protected static NumberFormat |
DEFAULT_PERCENT_FORMAT
The default formatter for percent values |
| Constructor Summary | |
DefaultJobStatusFormat()
|
|
| Method Summary | |
String |
formatProgress(JobStatus status)
Formats the specified JobStatus progress.
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected static final NumberFormat DEFAULT_NUMBER_FORMAT
The default formatter for numbers
protected static final NumberFormat DEFAULT_PERCENT_FORMAT
The default formatter for percent values
| Constructor Detail |
public DefaultJobStatusFormat()
| Method Detail |
public String formatProgress(JobStatus status)
Formats the specified JobStatus progress.
formatProgress in interface IJobStatusFormatstatus - the JobStatus to format the
progress for
JobStatus progress
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||