Class TermVectorDialogFactory
- java.lang.Object
-
- org.apache.lucene.luke.app.desktop.components.dialog.documents.TermVectorDialogFactory
-
- All Implemented Interfaces:
DialogOpener.DialogFactory
public final class TermVectorDialogFactory extends Object implements DialogOpener.DialogFactory
Factory of term vector 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 TermVectorDialogFactorygetInstance()voidsetField(String field)voidsetTvEntries(List<TermVectorEntry> tvEntries)
-
-
-
Method Detail
-
getInstance
public static TermVectorDialogFactory getInstance() throws IOException
- Throws:
IOException
-
setField
public void setField(String field)
-
setTvEntries
public void setTvEntries(List<TermVectorEntry> tvEntries)
-
create
public JDialog create(Window owner, String title, int width, int height)
- Specified by:
createin interfaceDialogOpener.DialogFactory
-
-