Class NavigationPointSavePanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class NavigationPointSavePanel extends JPanel
The NavigationPointSavePanel class allows the user to choose a file name and parameters for saving a list of navigation points.
Since:
3.2.2
Author:
Peter Hollemans
See Also:
  • Constructor Details

    • NavigationPointSavePanel

      public NavigationPointSavePanel(EarthDataReader reader, List<String> variableList, List<NavigationPoint> pointList)
      Creates a new save panel.
      Parameters:
      reader - the data reader to use for saving data. The reader is also used to generate an initial file name based on the data source.
      variableList - the list of variables to show for saving data.
      pointList - the list of navigation points to save.
  • Method Details

    • showDialog

      public void showDialog(Component parent)
      Shows the save panel in a dialog window.
      Parameters:
      parent - the parent component to use for showing dialogs.
    • main

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