Public Member Functions | |
| boolean | createProgressBar (in AString progressId, in AString description, in long value, in long max) |
| Create progress bar Create new progress bar and set initial value. | |
| boolean | setProgressBar (in AString progressId, in AString description, in long value, in long max) |
| Set progress bar Set progress bar and current value. | |
| boolean | removeProgressBar (in AString progressId) |
| Remove progress bar Remove progress bar. | |
Status bar object allows to display progress bar. It can be used to display progress of long running process.
| boolean createProgressBar | ( | in AString | progressId, | |
| in AString | description, | |||
| in long | value, | |||
| in long | max | |||
| ) |
Create progress bar Create new progress bar and set initial value.
| progressId | Unique id of the progress bar | |
| description | Description of the running process. | |
| value | Current value. | |
| max | Maximal value. |
| boolean removeProgressBar | ( | in AString | progressId | ) |
Remove progress bar Remove progress bar.
| progressId | Unique id of the progress bar |
| boolean setProgressBar | ( | in AString | progressId, | |
| in AString | description, | |||
| in long | value, | |||
| in long | max | |||
| ) |
Set progress bar Set progress bar and current value.
| progressId | Unique id of the progress bar | |
| description | Description of the running process. | |
| value | Current value. | |
| max | Maximal value. |