Uses of Interface
ucar.unidata.idv.ViewContext

Packages that use ViewContext
ucar.unidata.idv The idv package. 
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 ViewContext in ucar.unidata.idv
 

Classes in ucar.unidata.idv that implement ViewContext
 class DefaultIdv
          This is the default implementation of an IDV.
 class IdvServer.MyIdv
          Class description
 class IntegratedDataViewer
          This is the central class for IDV applications.
 class MultiPaneIdv
          An example IDV application that supports muliple view panes in the same window, ala AWIPS
 

Constructors in ucar.unidata.idv with parameters of type ViewContext
CrossSectionViewManager(ViewContext viewContext, ViewDescriptor desc, String properties)
          Create a CrossSectionViewManager with the given context, descriptor, object store and properties string.
CrossSectionViewManager(ViewContext viewContext, ViewDescriptor desc, String properties, AnimationInfo animationInfo)
          Create a CrossSectionViewManager with the given context, descriptor, object store, properties string and animation state
HodographViewManager(ViewContext viewContext, DisplayMaster master, ViewDescriptor viewDescriptor, String properties)
          Create a HodographViewManager with the given context, display, descriptor, properties string
HodographViewManager(ViewContext viewContext, ViewDescriptor desc, String properties)
          Create a HodographViewManager with the given context, descriptor, object store and properties string.
HodographViewManager(ViewContext viewContext, ViewDescriptor desc, String properties, AnimationInfo animationInfo)
          Create a HodographViewManager with the given context, descriptor, object store, properties string and animation state
HovmollerViewManager(ViewContext viewContext)
          Construct a HovmollerViewManager from an IDV
HovmollerViewManager(ViewContext viewContext, ViewDescriptor desc, String properties)
          Construct a HovmollerViewManager with the specified params
MapViewManager(ViewContext viewContext)
          Construct a MapViewManager from an IDV
MapViewManager(ViewContext viewContext, ViewDescriptor desc, String properties)
          Construct a MapViewManager with the specified params
NavigatedViewManager(ViewContext viewContext)
          Construct a NavigatedViewManager from an IDV
NavigatedViewManager(ViewContext viewContext, ViewDescriptor desc, String properties)
          Construct a NavigatedViewManager with the specified params
SoundingViewManager(ViewContext viewContext, DisplayMaster master, ViewDescriptor viewDescriptor, String properties)
          Create a SoundingViewManager with the given context, display, descriptor, properties string
SoundingViewManager(ViewContext viewContext, ViewDescriptor desc, String properties)
          Create a SoundingViewManager with the given context, descriptor, object store and properties string.
SoundingViewManager(ViewContext viewContext, ViewDescriptor desc, String properties, AnimationInfo animationInfo)
          Create a SoundingViewManager with the given context, descriptor, object store, properties string and animation state
TimeHeightViewManager(ViewContext viewContext)
          Construct a TimeHeightViewManager from an IDV
TimeHeightViewManager(ViewContext viewContext, ViewDescriptor desc, String properties)
          Construct a TimeHeightViewManager with the specified params
TransectViewManager(ViewContext viewContext)
          Construct a TransectViewManager from an IDV
TransectViewManager(ViewContext viewContext, ViewDescriptor desc, String properties)
          Construct a TransectViewManager with the specified params
ViewManager(ViewContext viewContext)
          Create this ViewManager
ViewManager(ViewContext viewContext, AnimationInfo info)
          Instantiate this ViewManager with the given AnimationInfo
ViewManager(ViewContext viewContext, DisplayMaster master, ViewDescriptor viewDescriptor, String properties)
          Create this ViewManager
ViewManager(ViewContext viewContext, ViewDescriptor viewDescriptor, String properties)
          Instantiate this ViewManager with the given AnimationInfo
ViewManager(ViewContext viewContext, ViewDescriptor viewDescriptor, String properties, AnimationInfo info)
          Instantiate this ViewManager with the given AnimationInfo
 

Uses of ViewContext in ucar.unidata.idv.control
 

Methods in ucar.unidata.idv.control that return ViewContext
 ViewContext DisplayControlImpl.getViewContext()
          A hack for now.