Uses of Class
ucar.unidata.idv.IdvResourceManager

Packages that use IdvResourceManager
ucar.unidata.data The data package. 
ucar.unidata.idv The idv package. 
 

Uses of IdvResourceManager in ucar.unidata.data
 

Methods in ucar.unidata.data that return IdvResourceManager
 IdvResourceManager DataContext.getResourceManager()
          Return the IdvResourceManager.
 

Methods in ucar.unidata.data with parameters of type IdvResourceManager
 void DataManager.initResources(IdvResourceManager resourceManager)
          Initialize the resources
protected  void DataManager.loadGribResources(IdvResourceManager resourceManager)
          Deprecated. use loadIOSPResources(IdvResourceManager) instead
protected  void DataManager.loadIospResources(IdvResourceManager resourceManager)
          Load the grib lookup tables
 

Uses of IdvResourceManager in ucar.unidata.idv
 

Fields in ucar.unidata.idv declared as IdvResourceManager
protected  IdvResourceManager IdvBase.resourceManager
          The resource manager
 

Methods in ucar.unidata.idv that return IdvResourceManager
protected  IdvResourceManager IdvBase.doMakeResourceManager()
          Factory method to create the IdvResourceManager
 IdvResourceManager IdvBase.getResourceManager()
          Create, if needed, and return the IdvResourceManager
 IdvResourceManager ControlContext.getResourceManager()
          Get the IdvResourceManager
 IdvResourceManager ViewManager.getResourceManager()
          Get the IdvResourceManager to use.
protected  IdvResourceManager IdvManager.getResourceManager()
          Wrapper method, calling into idv
 

Methods in ucar.unidata.idv with parameters of type IdvResourceManager
 ResourceCollection IdvResourceManager.IdvResource.initResourceCollection(IdvResourceManager resourceManager)
          Create the actual ResourceCollection
 ResourceCollection IdvResourceManager.XmlIdvResource.initResourceCollection(IdvResourceManager resourceManager)
          Create the ResourceCollection
protected  void JythonManager.initUserFormulas(IdvResourceManager newIrm)
          Initialize the DerivedDataDescriptors that are defined in the RSC_DERIVED resource collection from the given resource manager.
static List<SavedBundle> SavedBundle.processBundleXml(Element root, String dirRoot, IdvResourceManager resourceManager, boolean local)
          Utility that created a list of SavedBundle objects from the document at the given xml path
 

Constructors in ucar.unidata.idv with parameters of type IdvResourceManager
SavedBundle(Element node, String dirRoot, IdvResourceManager resourceManager, boolean local)
          Create the saved bundle object