| Constructor and Description |
|---|
ProgressDialogLauncher(IProgressTask<O,E> task) |
| Modifier and Type | Method and Description |
|---|---|
O |
launch(Component component) |
O |
launch(Window owner) |
ProgressDialogLauncher<O,E> |
setDescription(String description) |
ProgressDialogLauncher<O,E> |
setText(String text) |
ProgressDialogLauncher<O,E> |
setTitle(String titel) |
public ProgressDialogLauncher(IProgressTask<O,E> task)
public ProgressDialogLauncher<O,E> setTitle(String titel)
public ProgressDialogLauncher<O,E> setText(String text)
public ProgressDialogLauncher<O,E> setDescription(String description)
public O launch(Window owner) throws E extends Exception, InterruptedException
E extends ExceptionInterruptedExceptionpublic O launch(Component component) throws E extends Exception, InterruptedException
E extends ExceptionInterruptedExceptionCopyright © 2007–2017 Andreas W. Bartels. All rights reserved.