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