Class CheckSumViewer
- java.lang.Object
-
- de.ipk_gatersleben.bit.bi.edal.rmi.client.gui.viewer.MetadataViewer
-
- de.ipk_gatersleben.bit.bi.edal.rmi.client.gui.viewer.CheckSumViewer
-
public class CheckSumViewer extends MetadataViewer
TheCheckSumViewer
wrappers classCheckSumviewDialog
as aMetadataViewer
Dialog to view CheckSum datatype. we can use it with a couple of lines of code:CheckSumViewer checkSumViewer = new CheckSumViewer(); checkSumViewer.showOpenDialog();
-
-
Constructor Summary
Constructors Constructor Description CheckSumViewer()
-
Method Summary
Modifier and Type Method Description void
setTitle(java.lang.String title)
set the title of metadata dialogvoid
setValue(UntypedData checkSum)
set the CheckSum value.int
showOpenDialog()
pop up a CheckSumviewDialog Dialog
-
-
-
Method Detail
-
showOpenDialog
public int showOpenDialog()
pop up a CheckSumviewDialog Dialog- Specified by:
showOpenDialog
in classMetadataViewer
- Returns:
- the result
-
setValue
public void setValue(UntypedData checkSum)
set the CheckSum value. set the CheckSum value.- Specified by:
setValue
in classMetadataViewer
- Parameters:
checkSum
- the value the set
-
setTitle
public void setTitle(java.lang.String title)
Description copied from class:MetadataViewer
set the title of metadata dialog- Specified by:
setTitle
in classMetadataViewer
- Parameters:
title
- the title for the dialog
-
-