Uses of Class
de.stefanreiser.swing.worker.CancelableRunnable

Packages that use CancelableRunnable 
Package Description
de.stefanreiser.swing
Diverse Hilfsmittel für Swing.
  • Uses of CancelableRunnable in de.stefanreiser.swing

    Methods in de.stefanreiser.swing with parameters of type CancelableRunnable 
    Modifier and Type Method Description
    static void SwingUtils.waitWhileRunning​(boolean cancelButtonVisible, CancelableRunnable task, java.lang.Runnable runOnEdtAfterwards, java.lang.String title, java.lang.Object message, boolean isModal, java.awt.Component parent, boolean confirmBeforeCancel, boolean autoCloseWhenDone)
    Displays a dialog with an indeterminated ProgressBar.
    static void SwingUtils.waitWhileRunning​(CancelableRunnable task, java.lang.Runnable runOnEdtAfterwards, java.lang.String title, java.lang.Object message, boolean cancelButtonVisible, java.awt.Component parent)
    Displays a modal dialog with an indeterminated ProgressBar.