public class IdentifierRelationEditor extends AbstractMetaDataEditor
IdentifierRelationEditor wrappers class IdentifierRelationDialog as
a MetadataEditor Dialog to edit IdentifierRelation datatype.
we can use it with a couple of lines of code:
IdentifierRelationEditor identifierRelationEditor = new IdentifierRelationEditor();
identifierRelationEditor.showOpenDialog();
| Constructor and Description |
|---|
IdentifierRelationEditor() |
| Modifier and Type | Method and Description |
|---|---|
de.ipk_gatersleben.bit.bi.edal.primary_data.metadata.UntypedData |
getValue()
Returns the IdentifierRelation inputted by user.
|
void |
setTitle(String title)
set the title of metadata dialog
|
void |
setValue(de.ipk_gatersleben.bit.bi.edal.primary_data.metadata.UntypedData relations)
set the IdentifierRelation value.
|
int |
showOpenDialog()
pop up a IdentifierRelationDialog Dialog
|
public int showOpenDialog()
showOpenDialog in class AbstractMetaDataEditorpublic void setValue(de.ipk_gatersleben.bit.bi.edal.primary_data.metadata.UntypedData relations)
setValue in class AbstractMetaDataEditorrelations - the value to setpublic de.ipk_gatersleben.bit.bi.edal.primary_data.metadata.UntypedData getValue()
getValue in class AbstractMetaDataEditorpublic void setTitle(String title)
AbstractMetaDataEditorsetTitle in class AbstractMetaDataEditortitle - the title of the dialogCopyright © 2016 Leibniz Institute of Plant Genetics and Crop Plant Research (IPK). All rights reserved.