Class TemplateControl

All Implemented Interfaces:
ActionListener, ItemListener, PropertyChangeListener, EventListener, HyperlinkListener, Sharable, DataChangeListener, DisplayControl, Prototypable, ControlListener, DisplayListener

public class TemplateControl extends GridDisplayControl
A class that serves as a template for creating new (Grid oriented) display controls Cut and paste this. The methods that you need to overwrite are init and doMakeContents You will also need to add an entry into the /ucar/unidata/idv/controls.properties file so the IDV knows about this display control.
Version:
$Revision: 1.27 $
Author:
Unidata Metapps group
  • Constructor Details

    • TemplateControl

      public TemplateControl()
      Need to have a parameter-less constructor for the reflection based object creation in the IDV to call
  • Method Details