Package PamUtils.worker
Class PamWorkProgressMessage
java.lang.Object
PamUtils.worker.PamWorkProgressMessage
-
Field Summary
-
Constructor Summary
ConstructorDescriptionPamWorkProgressMessage
(Integer progress, String... txtLines) Create a message with a variable number of text arguments to be displayed in the PamWorkDialog, one per line. -
Method Summary
-
Field Details
-
progress
-
textLines
-
-
Constructor Details
-
PamWorkProgressMessage
Create a message with a variable number of text arguments to be displayed in the PamWorkDialog, one per line. Note that if you set a value to null, then it will be left as is. To clear a line set it to "". Similarly progress will be left as is if it's null.- Parameters:
progress
- 0 to 100; -1 = indeterminate, null = keep old value.txtLines
- lines of text.
-