Uses of Package
mckay.utilities.gui.progressbars

Packages that use mckay.utilities.gui.progressbars
mckay.utilities.gui.progressbars   
mckay.utilities.gui.templates   
 

Classes in mckay.utilities.gui.progressbars used by mckay.utilities.gui.progressbars
DoubleProgressBarDialog
          A progress bar frame that contains two progress bars.
DoubleProgressBarTaskCoordinator
          Monitors, updates and coordinates a DoubleProgressBarDialog progress bar and oversees processing.
DoubleProgressBarTaskMonitor
          An abstract class that is used by a DoubleProgressBarDialog windows in order to perform the processing that is measured by that window as well as to keep it updated.
ProcessCoordinator
          An interface for the class that performs the actual processing that is measured by a progress bar.
 

Classes in mckay.utilities.gui.progressbars used by mckay.utilities.gui.templates
SimpleProgressBarDialog
          A dialog box containing only a progress bar.