public final class ConfirmDialogFactory extends Object implements DialogOpener.DialogFactory
| Modifier and Type | Method and Description |
|---|---|
JDialog |
create(Window owner,
String title,
int width,
int height) |
static ConfirmDialogFactory |
getInstance() |
void |
setCallback(Callable callback) |
void |
setMessage(String message) |
public static ConfirmDialogFactory getInstance() throws IOException
IOExceptionpublic void setMessage(String message)
public void setCallback(Callable callback)
public JDialog create(Window owner, String title, int width, int height)
create in interface DialogOpener.DialogFactoryCopyright © 2000-2024 Apache Software Foundation. All Rights Reserved.