Class EdalLanguageEditor


  • public class EdalLanguageEditor
    extends AbstractMetaDataEditor
    The EdalLanguageEditor is a wrapper class for EdalLanguageDialog, we can use it with a couple of lines of code:
            EdalLanguageEditor edalLanguageEditor = new EdalLanguageEditor();
            edalLanguageEditor.setValue(language); 
            edalLanguageEditor.showOpenDialog();
      
    • Method Summary

      Modifier and Type Method Description
      de.ipk_gatersleben.bit.bi.edal.primary_data.metadata.UntypedData getValue()
      Returns the Person inputted by user.
      void setTitle​(java.lang.String title)
      set the title of metadata dialog
      void setValue​(de.ipk_gatersleben.bit.bi.edal.primary_data.metadata.UntypedData language)
      set the EdalLanguage value.
      int showOpenDialog()
      pop up a PersonDialog Dialog
      • Methods inherited from class java.lang.Object

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

      • EdalLanguageEditor

        public EdalLanguageEditor()
    • Method Detail

      • setValue

        public void setValue​(de.ipk_gatersleben.bit.bi.edal.primary_data.metadata.UntypedData language)
        set the EdalLanguage value. set the EdalLanguage value.
        Specified by:
        setValue in class AbstractMetaDataEditor
        Parameters:
        language - the value to set
      • getValue

        public de.ipk_gatersleben.bit.bi.edal.primary_data.metadata.UntypedData getValue()
        Returns the Person inputted by user.
        Specified by:
        getValue in class AbstractMetaDataEditor
        Returns:
        the Person inputted by user.