Uses of Class
de.stefanreiser.swing.worker.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 voidSwingUtils. 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 voidSwingUtils. 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.