Class ProgressDialogLauncher<O,E extends java.lang.Exception>
- java.lang.Object
-
- net.anwiba.commons.swing.dialog.progress.ProgressDialogLauncher<O,E>
-
public class ProgressDialogLauncher<O,E extends java.lang.Exception> extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ProgressDialogLauncher(IProgressTask<O,E> task)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Olaunch(java.awt.Component component)Olaunch(java.awt.Window owner)ProgressDialogLauncher<O,E>setDescription(java.lang.String description)ProgressDialogLauncher<O,E>setText(java.lang.String text)ProgressDialogLauncher<O,E>setTitle(java.lang.String titel)
-
-
-
Constructor Detail
-
ProgressDialogLauncher
public ProgressDialogLauncher(IProgressTask<O,E> task)
-
-
Method Detail
-
setTitle
public ProgressDialogLauncher<O,E> setTitle(java.lang.String titel)
-
setText
public ProgressDialogLauncher<O,E> setText(java.lang.String text)
-
setDescription
public ProgressDialogLauncher<O,E> setDescription(java.lang.String description)
-
launch
public O launch(java.awt.Window owner) throws E extends java.lang.Exception, CanceledException
- Throws:
E extends java.lang.ExceptionCanceledException
-
launch
public O launch(java.awt.Component component) throws E extends java.lang.Exception, CanceledException
- Throws:
E extends java.lang.ExceptionCanceledException
-
-