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 |
setTitle(String title)
set the title of metadata dialog
|
void |
setValue(de.ipk_gatersleben.bit.bi.edal.primary_data.metadata.UntypedData checkSum)
set the CheckSum value.
|
int |
showOpenDialog()
pop up a CheckSumviewDialog Dialog
|
public int showOpenDialog()
showOpenDialog in class MetadataViewerpublic void setValue(de.ipk_gatersleben.bit.bi.edal.primary_data.metadata.UntypedData checkSum)
setValue in class MetadataViewercheckSum - the value the setpublic void setTitle(String title)
MetadataViewersetTitle in class MetadataViewertitle - the title for the dialogCopyright © 2016 Leibniz Institute of Plant Genetics and Crop Plant Research (IPK). All rights reserved.