Class StoredValueDialogFactory
- java.lang.Object
-
- org.apache.lucene.luke.app.desktop.components.dialog.documents.StoredValueDialogFactory
-
- All Implemented Interfaces:
DialogOpener.DialogFactory
public final class StoredValueDialogFactory extends Object implements DialogOpener.DialogFactory
Factory of stored values dialog
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description JDialogcreate(Window owner, String title, int width, int height)static StoredValueDialogFactorygetInstance()voidsetField(String field)voidsetValue(String value)
-
-
-
Method Detail
-
getInstance
public static StoredValueDialogFactory getInstance() throws IOException
- Throws:
IOException
-
setField
public void setField(String field)
-
setValue
public void setValue(String value)
-
create
public JDialog create(Window owner, String title, int width, int height)
- Specified by:
createin interfaceDialogOpener.DialogFactory
-
-