|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JobState | |
---|---|
org.bibalex.daf.entities.job | |
org.bibalex.daf.managers.phase |
Uses of JobState in org.bibalex.daf.entities.job |
---|
Subclasses of JobState in org.bibalex.daf.entities.job | |
---|---|
class |
ChangingTypeState
This class contains the logic necessary to change the type of the job. |
class |
CheckingInState
This class contains the logic necessary to check in the job. |
class |
DownloadingState
This class contains the logic necessary to download the job. |
class |
FinishingState
This class contains the logic necessary to finish the job. |
class |
RedirectingState
This class contains the logic necessary to redirect the job. |
class |
RejectingState
This class contains the logic necessary to reject the job. |
class |
StartingState
This class contains the logic necessary to start the job. |
class |
UploadingState
This class contains the logic necessary to upload the job. |
Uses of JobState in org.bibalex.daf.managers.phase |
---|
Fields in org.bibalex.daf.managers.phase declared as JobState | |
---|---|
private JobState |
ProgressDialog.JobStateStarter.state
|
Methods in org.bibalex.daf.managers.phase with parameters of type JobState | |
---|---|
void |
ProgressDialog.setState(JobState state)
Sets the state of this dialog |
Constructors in org.bibalex.daf.managers.phase with parameters of type JobState | |
---|---|
ProgressDialog.JobStateStarter(JobState state)
Creates a new JobStateStarter. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |