org.swingml.task.monitoring |
|
Java Source File Name | Type | Comment |
ITaskMonitor.java | Interface | Monitor passed in to tasks so that they can report progress on their behavior. |
NullTaskMonitor.java | Class | |
SpringUtilities.java | Class | A 1.4 file that provides utility methods for
creating form- or grid-style layouts with SpringLayout. |
TaskMonitorDialog.java | Class | A dialog that shows progress of tasks using JProgressBars. |
TaskReporter.java | Interface | TaskReporters are meant to wire themselves into the task and task monitor
that have been passed in, and provide user feedback. |