Uses of Class
ucar.unidata.util.ResourceCollection
Packages that use ResourceCollection
Package
Description
The idv package.
UI classes for color tables.
Meteorological symbol drawing.
General utilities.
This package provides a set of Xml related classes.
-
Uses of ResourceCollection in ucar.unidata.idv
Methods in ucar.unidata.idv that return ResourceCollectionModifier and TypeMethodDescriptionprotected ResourceCollection
IdvResourceManager.createResourceCollection
(String id) Create, if needed, and return the ResourceCollection defined by the given idIdvResourceManager.getResources
(String id) Lookup up in the resource collections map the ResouceCollection with the given idIdvResourceManager.getResources
(IdvResourceManager.IdvResource resource) Create, if needed, and return theResourceCollection
that is represented by the given resource.IdvResourceManager.IdvResource.initResourceCollection
(IdvResourceManager resourceManager) Create the actualResourceCollection
IdvResourceManager.XmlIdvResource.initResourceCollection
(IdvResourceManager resourceManager) Create theResourceCollection
-
Uses of ResourceCollection in ucar.unidata.ui.colortable
Methods in ucar.unidata.ui.colortable with parameters of type ResourceCollectionModifier and TypeMethodDescriptionprotected 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 ResourceCollectionModifier and TypeMethodDescriptionvoid
StationModelManager.init
(XmlResourceCollection symbolTypes, ResourceCollection stationModels) Initialize. -
Uses of ResourceCollection in ucar.unidata.util
Methods in ucar.unidata.util with parameters of type ResourceCollectionModifier and TypeMethodDescriptionstatic 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 -
Uses of ResourceCollection in ucar.unidata.xml
Subclasses of ResourceCollection in ucar.unidata.xmlModifier and TypeClassDescriptionclass
An extension ofResourceCollection
that handles xml documents.