Class SubjectsEditor


  • public class SubjectsEditor
    extends AbstractMetaDataEditor
    The SubjectsEditor wrappers class SubjectsDialog as a MetadataEditor Dialog to edit Subjects datatype. we can use it with a couple of lines of code:
            SubjectsEditor subjectsEditor = new SubjectsEditor();
            subjectsEditor.showOpenDialog();
      
    • Constructor Summary

      Constructors 
      Constructor Description
      SubjectsEditor()  
    • Method Summary

      Modifier and Type Method Description
      de.ipk_gatersleben.bit.bi.edal.primary_data.metadata.UntypedData getValue()
      Returns the Subjects typed in 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 subjects)
      set the Subjects value.
      int showOpenDialog()
      pop up a SubjectsDialog Dialog
      • Methods inherited from class java.lang.Object

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

      • SubjectsEditor

        public SubjectsEditor()
    • Method Detail

      • setValue

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

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