Class RaobChooser

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

public class RaobChooser extends IdvChooser
A chooser class for selecting Raob data. Mostly just a wrapper around a SoundingSelector that does most of the work
Version:
$Revision: 1.30 $Date: 2007/07/27 13:53:08 $
Author:
IDV development team
See Also:
  • Field Details

    • DATASOURCE_RAOB

      public static final String DATASOURCE_RAOB
      The data source id (from datasources.xml) that we create
      See Also:
    • ATTR_SHOWSERVER

      public static final String ATTR_SHOWSERVER
      An xml attribute to show or not show the server selector in the gui
      See Also:
  • Constructor Details

    • RaobChooser

      public RaobChooser(IdvChooserManager mgr, Element root)
      Construct a RaobChooser using the manager and the root XML that defines this object.
      Parameters:
      mgr - IdvChooserManager that controls this chooser.
      root - root element of the XML that defines this object
  • Method Details