Class UrlChooser

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

public class UrlChooser extends IdvChooser implements ActionListener
Allows the user to select a url as a data source
Version:
$Revision: 1.40 $Date: 2007/07/27 13:53:08 $
Author:
IDV development team
See Also:
  • Field Details

  • Constructor Details

    • UrlChooser

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

    • canDoUpdate

      public boolean canDoUpdate()
      _more_
      Overrides:
      canDoUpdate in class ChooserPanel
      Returns:
      _more_
    • getLoadToolTip

      protected String getLoadToolTip()
      Get the tooltip for the load button
      Overrides:
      getLoadToolTip in class ChooserPanel
      Returns:
      The tooltip for the load button
    • doMakeContents

      protected JComponent doMakeContents()
      Create the GUI
      Overrides:
      doMakeContents in class ChooserPanel
      Returns:
      The GUI
    • setStatus

      public void setStatus(String msg, String what)
      _more_
      Overrides:
      setStatus in class ChooserPanel
      Parameters:
      msg - _more_
      what - _more_
    • switchFields

      public void switchFields()
      toggle the combobox with the text area
    • doLoadInThread

      public void doLoadInThread()
      Handle the action event from the GUI
      Overrides:
      doLoadInThread in class ChooserPanel