Class AnalysisChainDialogFactory
- java.lang.Object
-
- org.apache.lucene.luke.app.desktop.components.dialog.analysis.AnalysisChainDialogFactory
-
- All Implemented Interfaces:
DialogOpener.DialogFactory
public class AnalysisChainDialogFactory extends Object implements DialogOpener.DialogFactory
Factory of analysis chain 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 AnalysisChainDialogFactorygetInstance()voidsetAnalyzer(CustomAnalyzer analyzer)
-
-
-
Method Detail
-
getInstance
public static AnalysisChainDialogFactory getInstance() throws IOException
- Throws:
IOException
-
setAnalyzer
public void setAnalyzer(CustomAnalyzer analyzer)
-
create
public JDialog create(Window owner, String title, int width, int height)
- Specified by:
createin interfaceDialogOpener.DialogFactory
-
-