Class MetadataViewer

    • Constructor Summary

      Constructors 
      Constructor Description
      MetadataViewer()  
    • Method Summary

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

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

      • MetadataViewer

        public MetadataViewer()
    • Method Detail

      • showOpenDialog

        public abstract int showOpenDialog()
        pop up a Dialog
        Returns:
        the result
      • setValue

        public abstract void setValue​(UntypedData untypeddata)
        set the original value of metadata
        Parameters:
        untypeddata - the value the set
      • setTitle

        public abstract void setTitle​(java.lang.String title)
        set the title of metadata dialog
        Parameters:
        title - the title for the dialog