Class SkeletonChooser

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

public class SkeletonChooser extends IdvChooser
Bare bones chooser. You don't have to overwrite any method. By default, this object will be inserted into the gui. You can overwrite the doMakeContents method to construct some other UI. To get the Idv to use this chooser component look at the file: /ucar/unidata/idv/resources/choosers.xml
Version:
$Revision: 1.11 $Date: 2007/04/16 21:36:21 $
Author:
IDV development team
See Also:
  • Constructor Details

    • SkeletonChooser

      public SkeletonChooser(IdvChooserManager mgr, Element root)
      The constructor that is called.
      Parameters:
      mgr - The IdvChooserManager
      root - The xml Element that was used to create this chooser. This is taken from /ucar/unidata/idv/resources/choosers.xml
  • Method Details

    • doMakeContents

      protected JComponent doMakeContents()
      Construct an example UI to put into the GUI. Note: If your chooser can Cancel then you should call super.doClose. This will close the main chooser dialog.
      Overrides:
      doMakeContents in class ChooserPanel
      Returns:
      The GUI for this chooser