Interface DialogOpener.DialogFactory
-
- All Known Implementing Classes:
AboutDialogFactory,AddDocumentDialogFactory,AnalysisChainDialogFactory,CheckIndexDialogFactory,ConfirmDialogFactory,CreateIndexDialogFactory,DocValuesDialogFactory,EditFiltersDialogFactory,EditParamsDialogFactory,ExplainDialogFactory,ExportTermsDialogFactory,HelpDialogFactory,IndexOptionsDialogFactory,OpenIndexDialogFactory,OptimizeIndexDialogFactory,StoredValueDialogFactory,TermVectorDialogFactory,TokenAttributeDialogFactory
- Enclosing class:
- DialogOpener<T extends DialogOpener.DialogFactory>
public static interface DialogOpener.DialogFactoryfactory interface to create a dialog
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JDialogcreate(Window owner, String title, int width, int height)
-