Uses of Class
ucar.unidata.xml.XmlResourceCollection

Packages that use XmlResourceCollection
ucar.unidata.data The data package. 
ucar.unidata.data.gis DataSource classes and utilities for GIS-like data. 
ucar.unidata.gis.maps Geographic information: Map display information classes. 
ucar.unidata.idv The idv package. 
ucar.unidata.idv.chooser.adde   
ucar.unidata.idv.ui User Interface (UI) classes for the IDV 
ucar.unidata.metdata Meteorological data classes. 
ucar.unidata.ui User interface utilities: extensions of AWT and Swing classes. 
ucar.unidata.ui.symbol Meteorological symbol drawing. 
ucar.unidata.xml This package provides a set of Xml related classes. 
 

Uses of XmlResourceCollection in ucar.unidata.data
 

Methods in ucar.unidata.data with parameters of type XmlResourceCollection
static List DerivedDataDescriptor.init(DataContext dataContext, XmlResourceCollection xrc)
          Go through each xml file defined by the given XmlResourceCollection and create the DerivedDataDescriptor-s defined in the xml.
static void DataGroup.init(XmlResourceCollection xrc)
          Initialize from XML.
static void DataAlias.init(XmlResourceCollection resources)
          Initialize the DataAlias-es with the given collection of xml resources, XmlResourceCollection
static void DataCategory.init(XmlResourceCollection resources)
          Used by XML persistence initialization.
static void DataGroup.init(XmlResourceCollection xrc, boolean andClear)
          Initialize from XML.
 void DataManager.loadDataSourceXml(XmlResourceCollection resources)
          Process the list of xml documents that define the different DataSources used within the idv.
static void DataAlias.reInit(XmlResourceCollection resources)
          Reinitialize the data structures and reprocess the xml.
 

Uses of XmlResourceCollection in ucar.unidata.data.gis
 

Methods in ucar.unidata.data.gis with parameters of type XmlResourceCollection
static List WmsSelection.parseWmsResources(XmlResourceCollection xrc)
          Process the xms xml resources
 

Uses of XmlResourceCollection in ucar.unidata.gis.maps
 

Constructors in ucar.unidata.gis.maps with parameters of type XmlResourceCollection
MapInfo(XmlResourceCollection mapResources, boolean stopAfterFirst)
          Create the MapInfo from the xml files pointed to by the resource collection
MapInfo(XmlResourceCollection mapResources, boolean stopAfterFirst, boolean stopAfterEditable)
          Create the MapInfo from the xml files pointed to by the resource collection
 

Uses of XmlResourceCollection in ucar.unidata.idv
 

Methods in ucar.unidata.idv that return XmlResourceCollection
protected  XmlResourceCollection IdvResourceManager.createXmlResourceCollection(String id)
          Create, if needed, and return the XmlResourceCollection defined by the given id
 XmlResourceCollection IdvResourceManager.getMapResources(boolean forGlobe)
          _more_
 XmlResourceCollection IdvResourceManager.getXmlResources(IdvResourceManager.IdvResource resource)
          Create, if needed, and return the XmlResourceCollection that is represented by the given resource.
 XmlResourceCollection IdvResourceManager.getXmlResources(String name)
          Lookup up in the resource collections map the XmlResouceCollection with the given id
 

Methods in ucar.unidata.idv with parameters of type XmlResourceCollection
protected static void ControlDescriptor.load(IntegratedDataViewer idv, XmlResourceCollection resources)
          Iterate through the ControlDescriptor describing xml files defined by the given resources parameter and create the ControlDescriptor objects
 

Uses of XmlResourceCollection in ucar.unidata.idv.chooser.adde
 

Methods in ucar.unidata.idv.chooser.adde that return XmlResourceCollection
protected  XmlResourceCollection AddeImageChooser.getImageDefaults()
          Get the xml resource collection that defines the image default xml
 

Uses of XmlResourceCollection in ucar.unidata.idv.ui
 

Methods in ucar.unidata.idv.ui with parameters of type XmlResourceCollection
 void ParamDefaultsEditor.loadResources(XmlResourceCollection resources)
          Load in the xml resources
 

Uses of XmlResourceCollection in ucar.unidata.metdata
 

Methods in ucar.unidata.metdata with parameters of type XmlResourceCollection
static List NamedStationTable.createStationTables(XmlResourceCollection xrc)
          Create a list of NamedStationTables from a set of resources
 

Uses of XmlResourceCollection in ucar.unidata.ui
 

Constructors in ucar.unidata.ui with parameters of type XmlResourceCollection
HelpTipDialog(XmlResourceCollection resources, ActionListener actionListener, XmlObjectStore store, Class origin, boolean showByDefault)
          Create the HelpTipDialog
MapWidget(XmlResourceCollection mapResources, boolean standAlone)
          Construct the widget using the specified set of default and users xml
 

Uses of XmlResourceCollection in ucar.unidata.ui.symbol
 

Fields in ucar.unidata.ui.symbol declared as XmlResourceCollection
protected  XmlResourceCollection StationModelManager.symbolTypes
          This defines where we get the symbol definition xml files
 

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

Uses of XmlResourceCollection in ucar.unidata.xml
 

Methods in ucar.unidata.xml with parameters of type XmlResourceCollection
 int XmlObjectStore.append(XmlResourceCollection rc, boolean onlyAddIfNotExists)
          _more_
 int XmlObjectStore.init(XmlResourceCollection rc)
          Initialize the store.
 

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