Class HelpDialogFactory
- java.lang.Object
-
- org.apache.lucene.luke.app.desktop.components.dialog.HelpDialogFactory
-
- All Implemented Interfaces:
DialogOpener.DialogFactory
public final class HelpDialogFactory extends Object implements DialogOpener.DialogFactory
Factory of help 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 HelpDialogFactorygetInstance()voidsetContent(JComponent helpContent)voidsetDesc(String desc)
-
-
-
Method Detail
-
getInstance
public static HelpDialogFactory getInstance() throws IOException
- Throws:
IOException
-
setDesc
public void setDesc(String desc)
-
setContent
public void setContent(JComponent helpContent)
-
create
public JDialog create(Window owner, String title, int width, int height)
- Specified by:
createin interfaceDialogOpener.DialogFactory
-
-