Uses of Class
ucar.unidata.util.ResourceCollection

Packages that use ResourceCollection
ucar.unidata.idv The idv package. 
ucar.unidata.ui.colortable UI classes for color tables. 
ucar.unidata.ui.symbol Meteorological symbol drawing. 
ucar.unidata.util General utilities. 
ucar.unidata.xml This package provides a set of Xml related classes. 
 

Uses of ResourceCollection in ucar.unidata.idv
 

Methods in ucar.unidata.idv that return ResourceCollection
protected  ResourceCollection IdvResourceManager.createResourceCollection(String id)
          Create, if needed, and return the ResourceCollection defined by the given id
 ResourceCollection IdvResourceManager.getResources(IdvResourceManager.IdvResource resource)
          Create, if needed, and return the ResourceCollection that is represented by the given resource.
 ResourceCollection IdvResourceManager.getResources(String id)
          Lookup up in the resource collections map the ResouceCollection with the given id
 ResourceCollection IdvResourceManager.IdvResource.initResourceCollection(IdvResourceManager resourceManager)
          Create the actual ResourceCollection
 ResourceCollection IdvResourceManager.XmlIdvResource.initResourceCollection(IdvResourceManager resourceManager)
          Create the ResourceCollection
 

Uses of ResourceCollection in ucar.unidata.ui.colortable
 

Methods in ucar.unidata.ui.colortable with parameters of type ResourceCollection
protected  Object ColorTableManager.initResource(ResourceCollection resources, int index)
          Check to see if these are any of the special resources
 

Uses of ResourceCollection in ucar.unidata.ui.symbol
 

Methods in ucar.unidata.ui.symbol with parameters of type ResourceCollection
 void StationModelManager.init(XmlResourceCollection symbolTypes, ResourceCollection stationModels)
          Initialize.
 

Uses of ResourceCollection in ucar.unidata.util
 

Methods in ucar.unidata.util with parameters of type ResourceCollection
static void Msg.init(ResourceCollection rc)
          _more_
 void ResourceManager.init(ResourceCollection resources)
          _more_
protected  Object ResourceManager.initResource(ResourceCollection resources, int index)
          _more_
 

Constructors in ucar.unidata.util with parameters of type ResourceCollection
ResourceCollection(String id, ResourceCollection that)
          copy ctor
 

Uses of ResourceCollection in ucar.unidata.xml
 

Subclasses of ResourceCollection in ucar.unidata.xml
 class XmlResourceCollection
          An extension of ResourceCollection that handles xml documents.