public class PersonInfoEditor extends AbstractMetaDataEditor
PersonInfoEditor is a wrapper class for PersonDialog,
we can use it with a couple of lines of code:
PersonInfoEditor personInfoEditor = new PersonInfoEditor();
personInfoEditor.setValue(person);
personInfoEditor.showOpenDialog();
| Constructor and Description |
|---|
PersonInfoEditor() |
| Modifier and Type | Method and Description |
|---|---|
de.ipk_gatersleben.bit.bi.edal.primary_data.metadata.UntypedData |
getValue()
Returns the Persons typed in by user.
|
void |
setTitle(java.lang.String title)
set the title of metadata dialog
|
void |
setValue(de.ipk_gatersleben.bit.bi.edal.primary_data.metadata.UntypedData persons)
set the Persons value.
|
int |
showOpenDialog()
pop up a PersonDialog Dialog
|
public void setValue(de.ipk_gatersleben.bit.bi.edal.primary_data.metadata.UntypedData persons)
setValue in class AbstractMetaDataEditorpersons - the value to setpublic int showOpenDialog()
showOpenDialog in class AbstractMetaDataEditorpublic de.ipk_gatersleben.bit.bi.edal.primary_data.metadata.UntypedData getValue()
getValue in class AbstractMetaDataEditorpublic void setTitle(java.lang.String title)
AbstractMetaDataEditorsetTitle in class AbstractMetaDataEditortitle - the title of the dialog