Class PersonInfoEditor


  • public class PersonInfoEditor
    extends AbstractMetaDataEditor
    The PersonInfoEditor is a wrapper class for PersonDialog, we can use it with a couple of lines of code:
            PersonInfoEditor personInfoEditor = new PersonInfoEditor();
            personInfoEditor.setValue(person); 
            personInfoEditor.showOpenDialog();
      
    • Method Summary

      Modifier and Type Method Description
      UntypedData getValue()
      Returns the Persons typed in by user.
      void setTitle​(java.lang.String title)
      set the title of metadata dialog
      void setValue​(UntypedData persons)
      set the Persons 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