Package com.compomics.util.gui.waiting.waitinghandlers

Waiting handler classes.
  • Class Summary 
    Class Description
    ProgressDialog
    This class implements a modal dialog that is displayed during a longer-lasting task.
    ProgressDialogX
    A dialog for displaying information about progress.
    WaitingDialog
    A dialog displaying progress details.
    WaitingHandlerCLIImpl
    This class is an implementation of the WaitingHandler interface to be used when operating through the Command Line Interface.
    WaitingHandlerDummy
    This class is an implementation of the WaitingHandler interface to be used when a process can be canceled, but no monitoring is needed.