public class CheckSumViewer extends MetadataViewer
CheckSumViewer wrappers class CheckSumviewDialog as
a MetadataViewer Dialog to view CheckSum datatype.
we can use it with a couple of lines of code:
CheckSumViewer checkSumViewer = new CheckSumViewer();
checkSumViewer.showOpenDialog();
| Constructor and Description |
|---|
CheckSumViewer() |
| Modifier and Type | Method and Description |
|---|---|
void |
setValue(de.ipk_gatersleben.bit.bi.edal.primary_data.metadata.UntypedData checkSum)
set the CheckSum value.
|
int |
showOpenDialog()
pop up a CheckSumviewDialog Dialog
|
setTitlepublic int showOpenDialog()
showOpenDialog in class MetadataViewerpublic void setValue(de.ipk_gatersleben.bit.bi.edal.primary_data.metadata.UntypedData checkSum)
setValue in class MetadataViewerCopyright © 2013 Leibniz Institute of Plant Genetics and Crop Plant Research (IPK). All rights reserved.