public class ChecksumEditor extends AbstractMetaDataEditor
ChecksumEditor wrappers class ChecksumDialog as
a MetadataEditor Dialog to edit Checksum datatype.
we can use it with a couple of lines of code:
ChecksumEditor checksumEditor = new ChecksumEditor();
checksumEditor.showOpenDialog();
| Constructor and Description |
|---|
ChecksumEditor() |
| Modifier and Type | Method and Description |
|---|---|
de.ipk_gatersleben.bit.bi.edal.primary_data.metadata.UntypedData |
getValue()
Returns the Checksum inputted by user.
|
void |
setValue(de.ipk_gatersleben.bit.bi.edal.primary_data.metadata.UntypedData checkSum)
set the Checksum value.
|
int |
showOpenDialog()
pop up a IdentifierRelationDialog Dialog
|
setTitlepublic int showOpenDialog()
showOpenDialog in class AbstractMetaDataEditorpublic void setValue(de.ipk_gatersleben.bit.bi.edal.primary_data.metadata.UntypedData checkSum)
setValue in class AbstractMetaDataEditorpublic de.ipk_gatersleben.bit.bi.edal.primary_data.metadata.UntypedData getValue()
getValue in class AbstractMetaDataEditorCopyright © 2013 Leibniz Institute of Plant Genetics and Crop Plant Research (IPK). All rights reserved.