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
TheChecksumEditorwrappers classChecksumDialogas aMetadataEditorDialog 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 UntypedDatagetValue()Returns the Checksum inputted by user.voidsetValue(UntypedData checkSum)set the Checksum value.intshowOpenDialog()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:
showOpenDialogin classAbstractMetaDataEditor- Returns:
- the result
-
setValue
public void setValue(UntypedData checkSum)
set the Checksum value. set the Checksum value.- Specified by:
setValuein classAbstractMetaDataEditor- Parameters:
checkSum- the value to set
-
getValue
public UntypedData getValue()
Returns the Checksum inputted by user.- Specified by:
getValuein classAbstractMetaDataEditor- Returns:
- the Checksum inputted by user.
-
-