
Public Member Functions | |
| UploadProgressMonitor (java.awt.Component parent) | |
| void | start (int noModules, String cmd, boolean quitOnFinish) |
| void | startUpload () |
| Called when the user presses the start button. | |
| boolean | isBusy () |
Static Public Attributes | |
| static final int | ONE_SECOND = 1000 |
Private Attributes | |
| ProgressMonitor | progressMonitor |
| Timer | timer |
| UploaderTask | task |
| String | newline = "\n" |
| java.awt.Component | guiControl |
| boolean | isInProgress = false |
Classes | |
| class | TimerListener |
| The actionPerformed method in this class is called each time the Timer "goes off". More... | |
Definition at line 8 of file UploadProgressMonitor.java.
1.4.6