Class AbstractMetaDataEditor

    • Method Summary

      Modifier and Type Method Description
      abstract UntypedData getValue()
      get the metadata value after user edited
      void setTitle​(java.lang.String title)
      set the title of metadata dialog
      abstract void setValue​(UntypedData untypeddata)
      set the original value of metadata
      abstract int showOpenDialog()
      pop up a Dialog
      • Methods inherited from class java.lang.Object

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

      • AbstractMetaDataEditor

        public AbstractMetaDataEditor()
    • Method Detail

      • showOpenDialog

        public abstract int showOpenDialog()
        pop up a Dialog
        Returns:
        the result
      • setValue

        public abstract void setValue​(UntypedData untypeddata)
        set the original value of metadata
        Parameters:
        untypeddata - the value to set
      • getValue

        public abstract UntypedData getValue()
        get the metadata value after user edited
        Returns:
        the UntypedData value
      • setTitle

        public void setTitle​(java.lang.String title)
        set the title of metadata dialog
        Parameters:
        title - the title of the dialog