Class DqcRadarChooser

All Implemented Interfaces:
ActionListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, IdvConstants

public class DqcRadarChooser extends TimesChooser
A chooser for the DQC radar collection
Version:
$Revision: 1.18 $Date: 2007/07/18 20:44:37 $
Author:
IDV development team
See Also:
  • Constructor Details

    • DqcRadarChooser

      public DqcRadarChooser(IdvChooserManager mgr, Element root)
      Create the RadarChooser
      Parameters:
      mgr - The IdvChooserManager
      root - The xml root that defines this chooser
  • Method Details

    • doUpdate

      public void doUpdate()
      Handle the update event. Just pass it through to the imageChooser
      Overrides:
      doUpdate in class ChooserPanel
    • updateStatus

      protected void updateStatus()
      Update the status of the gui
      Overrides:
      updateStatus in class TimesChooser
    • newSelectedStations

      protected void newSelectedStations(List stations)
      Handle when there are newly selected stations
      Overrides:
      newSelectedStations in class IdvChooser
      Parameters:
      stations - list of newly selected stations
    • doMakeContents

      protected JComponent doMakeContents()
      Make the GUI
      Overrides:
      doMakeContents in class ChooserPanel
      Returns:
      The GUI
    • initializeCollection

      public void initializeCollection()
      Make the collection. If there is an error then blow away the GUI and show a text area showing the error message
    • stationChanged

      public void stationChanged()
      Handle when the user has selected a new station
    • doLoadInThread

      public void doLoadInThread()
      Load the data
      Overrides:
      doLoadInThread in class ChooserPanel