Uses of Class
mckay.utilities.gui.progressbars.DoubleProgressBarTaskMonitor

Packages that use DoubleProgressBarTaskMonitor
mckay.utilities.gui.progressbars   
 

Uses of DoubleProgressBarTaskMonitor in mckay.utilities.gui.progressbars
 

Subclasses of DoubleProgressBarTaskMonitor in mckay.utilities.gui.progressbars
 class DoubleProgressBarTaskCoordinator
          Monitors, updates and coordinates a DoubleProgressBarDialog progress bar and oversees processing.
 

Constructors in mckay.utilities.gui.progressbars with parameters of type DoubleProgressBarTaskMonitor
DoubleProgressBarDialog(javax.swing.JFrame parent_window, DoubleProgressBarTaskMonitor task_monitor, int time_between_polls)
          A constructor that configures and displays the window, triggers processing by the given DoubleProgressBarTaskMonitor and initiates processing to keep the progress bars updated during processing.