com.compomics.util.gui.dialogs
Interface ProgressDialogParent


public interface ProgressDialogParent

Interface that makes it simpler to let the cancellation of the progress bar propagate to the parent frame or dialog that opened the progrss bar.

Author:
Harald Barsnes

Method Summary
 void cancelProgress()
          Cancel the process in the frame or dialog that opened the progress bar.
 

Method Detail

cancelProgress

void cancelProgress()
Cancel the process in the frame or dialog that opened the progress bar.



Copyright © 2011. All Rights Reserved.