Uses of Interface
ucar.unidata.idv.IdvConstants

Packages that use IdvConstants
ucar.unidata.idv The idv package. 
ucar.unidata.idv.chooser Choosers for the IDV. 
ucar.unidata.idv.chooser.adde   
ucar.unidata.idv.collab Collaboration support for the IDV. 
ucar.unidata.idv.mac   
ucar.unidata.idv.publish IDV support for publishing to web logs and THREDDS catalogs 
ucar.unidata.idv.ui User Interface (UI) classes for the IDV 
ucar.unidata.view.sounding Provides support for aerological diagrams. 
 

Uses of IdvConstants in ucar.unidata.idv
 

Classes in ucar.unidata.idv that implement IdvConstants
 class ArgsManager
          This manages the parsing and processing of the command line arguments to the IDV.
 class DefaultIdv
          This is the default implementation of an IDV.
 class DisplayConventions
          Provides a set of display conventions (e.g., contour interval, default color map, etc) typically based on parameter names (e.g., "rh", "temp", etc.).
 class IdvBase
          This is the base class for the IntegratedDataViewer.
 class IdvManager
          This is a base class for the different IDV managers (e.g., IdvUIManager.
 class IdvObjectStore
          Provides some IDV specific extensions to the XmlObjectStore.
 class IdvPersistenceManager
          This class defines what is to be saved when we are doing an advanced save of the state to a bundle
 class IdvPreferenceManager
          This class is responsible for the preference dialog and managing general preference state.
 class IdvProjectionManager
          This class is used to edit the set of DataAlias-s used.
 class IdvResourceManager
          This class manages the set of resources that are used to instantiate the IDV.
 class IdvServer.MyIdv
          Class description
 class InstallManager
          This handles restarting the IDV and re-installing the jar files
 class IntegratedDataViewer
          This is the central class for IDV applications.
 class JythonManager
          Manages jython related functionality: The set of jtyhon interpreters used in the app.
 class MultiPaneIdv
          An example IDV application that supports muliple view panes in the same window, ala AWIPS
 class PluginManager
           
 class StateManager
          This class manages the intialize properties that configure the IDV and the persistent store for writing preferences, etc.
 class VMManager
          This class manages the set of ViewManagers.
 

Uses of IdvConstants in ucar.unidata.idv.chooser
 

Classes in ucar.unidata.idv.chooser that implement IdvConstants
 class BundleChooser
          A chooser that shows the SavedBundles from the bundles.xml
 class DqcRadarChooser
          A chooser for the DQC radar collection
 class FileChooser
          This provides a JFileChooser for choosing data sets from the file system.
 class FrontChooser
          A chooser for adde front products
 class IdvChooser
          This is the base class of all Chooser classes.
 class IdvChooserManager
          This creates and manages the set of choosers.
 class ImageChooser
          Deprecated. use AddeImageChooser directly
 class Level2RadarChooser
          A chooser for Level II NEXRAD data.
 class LightningChooser
          Deprecated. Use AddeLightningDataChooser
 class McidasImageChooser
          This is a wrapper around VisAD's ADDE image chooser
 class MesoWestChooser
          Allows the user to select a url as a data source
 class PointChooser
          Deprecated. Use AddePointDataChooser directly
 class PollingFileChooser
          A class for choosing files that can be polled.
 class ProfilerChooser
          Deprecated. Use AddeProfilerDataChooser
 class RadarChooser
          Deprecated. Use AddeRadarChooser directly
 class RaobChooser
          A chooser class for selecting Raob data.
 class RaobPointChooser
          Deprecated. Use AddeRaobPointDataChooser
 class SkeletonChooser
          Bare bones chooser.
 class TDSPointObsChooser
          Chooser for TDS remote point obs collections
 class TDSRadarChooser
          Class for choosing radar data from a THREDDS Radar Server
 class TDSRadarChooser1
          Created by IntelliJ IDEA.
 class TimesChooser
           
 class UrlChooser
          Allows the user to select a url as a data source
 class XmlChooser
          This handles a variety of flavors of xml documents (e.g., thredds query capability, thredds catalogs, idv menus) to create data choosers from.
 

Uses of IdvConstants in ucar.unidata.idv.chooser.adde
 

Classes in ucar.unidata.idv.chooser.adde that implement IdvConstants
 class AddeChooser
           
 class AddeFrontChooser
          A chooser for adde front products
 class AddeImageChooser
          Widget to select images from a remote ADDE server Displays a list of the descriptors (names) of the image datasets available for a particular ADDE group on the remote server.
 class AddeLightningDataChooser
          Selection widget for ADDE point data
 class AddePointDataChooser
          Selection widget for ADDE point data
 class AddeProfilerDataChooser
          Selection widget for specifing data sources of NOAA National Profiler Network data.
 class AddeRadarChooser
          Widget to select NEXRAD radar images from a remote ADDE server Displays a list of the descriptors (names) of the radar datasets available for a particular ADDE group on the remote server.
 class AddeRaobPointDataChooser
          Selection widget for ADDE point data
 

Uses of IdvConstants in ucar.unidata.idv.collab
 

Classes in ucar.unidata.idv.collab that implement IdvConstants
 class CollabManager
          This class manages the IDV collaboration mechanism
 

Uses of IdvConstants in ucar.unidata.idv.mac
 

Classes in ucar.unidata.idv.mac that implement IdvConstants
 class MacBridge
           
 

Uses of IdvConstants in ucar.unidata.idv.publish
 

Classes in ucar.unidata.idv.publish that implement IdvConstants
 class PublishManager
          This manages the nascent publishing facility within the IDV.
 

Uses of IdvConstants in ucar.unidata.idv.ui
 

Classes in ucar.unidata.idv.ui that implement IdvConstants
 class AliasEditor
          This class is used to edit the set of DataAlias-s used.
 class AutoDisplayEditor
          Class AutoDisplayEditor manages the auto-display creation feature.
 class IdvUIManager
          Manages the user interface for the IDV
 class ImageGenerator
          Manages the user interface for the IDV
 class ParamDefaultsEditor
          This class provides 2 facilities.
 class ParamGroupsEditor
          An editor for param groups
 class ResourceViewer
           
 class ViewPanelImpl
          Manages the user interface for the IDV
 

Uses of IdvConstants in ucar.unidata.view.sounding
 

Classes in ucar.unidata.view.sounding that implement IdvConstants
 class SoundingSelector
          This is the class that can be used for selecting soundings from a upperair netCDF data file.