Class ReaderMetadataPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class ReaderMetadataPanel extends JPanel
The ReaderMetadataPanel class displays metadata from an EarthDataReader in a graphical panel.
Since:
3.7.1
Author:
Peter Hollemans
See Also:
  • Constructor Details

    • ReaderMetadataPanel

      public ReaderMetadataPanel(EarthDataReader reader)
      Creates a new panel showing metadata from the specified reader.
      Parameters:
      reader - the reader to show.
  • Method Details

    • showDialog

      public void showDialog(Component component, String title)
      Creates a dialog showing the metadata panel and close button.
      Parameters:
      component - the parent component for the dialog.
      title - the dialog window title.
    • main

      public static void main(String[] argv)
      Tests this class.
      Parameters:
      argv - the array of command line parameters.