Class AddeFrontChooser

All Implemented Interfaces:
ActionListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, IdvConstants
Direct Known Subclasses:
FrontChooser

public class AddeFrontChooser extends AddeChooser
A chooser for adde front products
Version:
$Revision: 1.2 $Date: 2007/07/06 20:40:19 $
Author:
IDV development team
See Also:
  • Constructor Details

    • AddeFrontChooser

      public AddeFrontChooser(IdvChooserManager mgr, Element root)
      Make a new one
      Parameters:
      mgr - The manager
      root - The xml element that defined this object
  • Method Details

    • updateStatus

      protected void updateStatus()
      update the buttons
      Overrides:
      updateStatus in class AddeChooser
    • doMakeContents

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

      public void setStatus(String msg, String what)
      Set the status. Override default
      Overrides:
      setStatus in class ChooserPanel
      Parameters:
      msg - message
      what - what to do
    • doLoadInThread

      public void doLoadInThread()
      User said go, we go. Simply get the list of images from the imageChooser and create the ADDE.IMAGE DataSource
      Overrides:
      doLoadInThread in class ChooserPanel