Class ChecksumEditor


  • public class ChecksumEditor
    extends AbstractMetaDataEditor
    The ChecksumEditor wrappers class ChecksumDialog as a MetadataEditor 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 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ChecksumEditor

        public ChecksumEditor()