public final class EditParamsDialogFactory extends Object implements DialogOpener.DialogFactory
| Modifier and Type | Method and Description |
|---|---|
JDialog |
create(Window owner,
String title,
int width,
int height) |
static EditParamsDialogFactory |
getInstance() |
void |
setCallback(Callable callback) |
void |
setMode(EditParamsMode mode) |
void |
setParams(Map<String,String> params) |
void |
setTarget(String target) |
void |
setTargetIndex(int targetIndex) |
public static EditParamsDialogFactory getInstance() throws IOException
IOExceptionpublic void setMode(EditParamsMode mode)
public void setTarget(String target)
public void setTargetIndex(int targetIndex)
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.