Class SimpleGeomTable

    • Constructor Detail

      • SimpleGeomTable

        public SimpleGeomTable​(ucar.util.prefs.PreferencesExt prefs,
                               boolean showCS)
    • Method Detail

      • addExtra

        public void addExtra​(JPanel buttPanel,
                             ucar.ui.widget.FileManager fileChooser)
      • getPrefs

        public ucar.util.prefs.PreferencesExt getPrefs()
      • save

        public void save()
      • clear

        public void clear()
      • getGridDataset

        public ucar.nc2.dt.GridDataset getGridDataset()
      • getSelectedGrids

        public List<String> getSelectedGrids()
      • getGrid

        public ucar.nc2.dt.GridDatatype getGrid()
      • makeDialog

        public JDialog makeDialog​(RootPaneContainer parent,
                                  String title,
                                  boolean modal)
        Wrap this in a JDialog component.
        Parameters:
        parent - JFrame (application) or JApplet (applet) or null
        title - dialog window title
        modal - modal dialog or not
        Returns:
        JDialog