Class IdentifierEditor


  • public class IdentifierEditor
    extends AbstractMetaDataEditor
    The IdentifierEditor wrappers class TextDialog as a MetadataEditor Dialog to edit Identifier datatype. we can use it with a couple of lines of code:
     IdentifierEditor identifierEditor = new IdentifierEditor();
     identifierEditor.showOpenDialog();
     
    • Method Summary

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

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