Class DocValuesDialogFactory
- java.lang.Object
-
- org.apache.lucene.luke.app.desktop.components.dialog.documents.DocValuesDialogFactory
-
- All Implemented Interfaces:
DialogOpener.DialogFactory
public final class DocValuesDialogFactory extends Object implements DialogOpener.DialogFactory
Factory of doc values dialog
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDocValuesDialogFactory.Decoderdoc value decoders
-
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 DocValuesDialogFactorygetInstance()voidsetValue(String field, DocValues docValues)
-
-
-
Method Detail
-
getInstance
public static DocValuesDialogFactory getInstance() throws IOException
- Throws:
IOException
-
create
public JDialog create(Window owner, String title, int width, int height)
- Specified by:
createin interfaceDialogOpener.DialogFactory
-
-