| Package | Description |
|---|---|
| org.crosswire.common.progress |
A generic method of having jobs that execute in the background over some time.
|
| Modifier and Type | Field and Description |
|---|---|
private ProgressMode |
Job.jobMode
The type of job being performed.
|
| Modifier and Type | Method and Description |
|---|---|
ProgressMode |
Progress.getProgressMode()
Gets the current ProgressMode.
|
ProgressMode |
Job.getProgressMode() |
static ProgressMode |
ProgressMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProgressMode[] |
ProgressMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|