Class DataFormatEditor


  • public class DataFormatEditor
    extends AbstractMetaDataEditor
    DataFormatEditor provides a mechanism for the user to edit DataFormat information. The following code pops up a DataFormatEditor Dialog
     DataFormatEditor dataformateditor = new DataFormatEditor();
     dataformateditor.showOpenDialog();
     
    • Method Summary

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

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