Class ChecksumEditor
- java.lang.Object
-
- de.ipk_gatersleben.bit.bi.edal.rmi.client.gui.editor.AbstractMetaDataEditor
-
- de.ipk_gatersleben.bit.bi.edal.rmi.client.gui.editor.ChecksumEditor
-
public class ChecksumEditor extends AbstractMetaDataEditor
TheChecksumEditor
wrappers classChecksumDialog
as aMetadataEditor
Dialog to edit Checksum datatype. we can use it with a couple of lines of code:ChecksumEditor checksumEditor = new ChecksumEditor(); checksumEditor.showOpenDialog();
-
-
Constructor Summary
Constructors Constructor Description ChecksumEditor()
-
Method Summary
Modifier and Type Method Description UntypedData
getValue()
Returns the Checksum inputted by user.void
setValue(UntypedData checkSum)
set the Checksum value.int
showOpenDialog()
pop up a IdentifierRelationDialog Dialog-
Methods inherited from class de.ipk_gatersleben.bit.bi.edal.rmi.client.gui.editor.AbstractMetaDataEditor
setTitle
-
-
-
-
Method Detail
-
showOpenDialog
public int showOpenDialog()
pop up a IdentifierRelationDialog Dialog- Specified by:
showOpenDialog
in classAbstractMetaDataEditor
- Returns:
- the result
-
setValue
public void setValue(UntypedData checkSum)
set the Checksum value. set the Checksum value.- Specified by:
setValue
in classAbstractMetaDataEditor
- Parameters:
checkSum
- the value to set
-
getValue
public UntypedData getValue()
Returns the Checksum inputted by user.- Specified by:
getValue
in classAbstractMetaDataEditor
- Returns:
- the Checksum inputted by user.
-
-