P
- the type of the result datapublic abstract class AbstractAddAnalyseDialog<P>
extends de.willuhn.jameica.gui.dialogs.AbstractDialog<java.lang.Object>
Modifier and Type | Field and Description |
---|---|
protected P |
result
The result from the user input
|
Constructor and Description |
---|
AbstractAddAnalyseDialog(java.lang.String title)
Constructs a new dialog with the given title.
|
Modifier and Type | Method and Description |
---|---|
protected P |
getData() |
protected P result
public AbstractAddAnalyseDialog(java.lang.String title)
title
- the tile of the dialogprotected P getData() throws java.lang.Exception
getData
in class de.willuhn.jameica.gui.dialogs.AbstractDialog<java.lang.Object>
java.lang.Exception
AbstractDialog.getData()