Class DateEventsEditor


  • public class DateEventsEditor
    extends AbstractMetaDataEditor
    The DateEventsEditor is a wrapper class for DateEventsDialog, we can use it with a couple of lines of code:
            DateEventsEditor dateEventsEditor = new DateEventsEditor();
            dateEventsEditor.setValue(dataevents); 
            dateEventsEditor.showOpenDialog();
      
    • Method Summary

      Modifier and Type Method Description
      UntypedData getValue()
      Returns the DateEvents inputted by user.
      void setTitle​(java.lang.String title)
      set the title of metadata dialog
      void setValue​(UntypedData dataevents)
      set the DateEvents value.
      int showOpenDialog()
      pop up a DateEventsDialog Dialog
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait