Class OverlayGroupSavePanel.SaveData

java.lang.Object
noaa.coastwatch.gui.OverlayGroupSavePanel.SaveData
Enclosing class:
OverlayGroupSavePanel

public static class OverlayGroupSavePanel.SaveData extends Object
Holds the results from an overlay group save operation.
  • Field Details

    • overlayList

      public List<EarthDataOverlay> overlayList
      The list of overlays to save.
    • groupName

      public String groupName
      The name of the group to save.
  • Constructor Details

    • SaveData

      public SaveData()