Uses of Class
ucar.unidata.idv.SoundingViewManager

Packages that use SoundingViewManager
ucar.unidata.idv.control DisplayControls for the IDV - A DisplayControl generally has a data depiction and a control window for modifying or interacting with the display. 
 

Uses of SoundingViewManager in ucar.unidata.idv.control
 

Fields in ucar.unidata.idv.control declared as SoundingViewManager
protected  SoundingViewManager AerologicalSoundingControl.soundingView
          The view manager for this control
 

Methods in ucar.unidata.idv.control that return SoundingViewManager
 SoundingViewManager AerologicalSoundingControl.getSoundingView()
          Get the SoundingView property.
 

Methods in ucar.unidata.idv.control with parameters of type SoundingViewManager
 void AerologicalSoundingControl.setSoundingView(SoundingViewManager value)
          Set the SoundingView property.