Uses of Class
ucar.unidata.xml.XmlResourceCollection
Packages that use XmlResourceCollection
Package
Description
The data package.
DataSource classes and utilities for GIS-like data.
Geographic information: Map display information classes.
The idv package.
User Interface (UI) classes for the IDV
Meteorological data classes.
User interface utilities: extensions of AWT and Swing classes.
Meteorological symbol drawing.
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 XmlResourceCollectionModifier and TypeMethodDescriptionstatic 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) Initialize from XML.static void
DataGroup.init
(XmlResourceCollection xrc, boolean andClear) Initialize from XML.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.void
DataManager.loadDataSourceXml
(XmlResourceCollection resources) Process the list of xml documents that define the differentDataSource
s 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 XmlResourceCollectionModifier and TypeMethodDescriptionstatic 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 XmlResourceCollectionModifierConstructorDescriptionMapInfo
(XmlResourceCollection mapResources, boolean stopAfterFirst) Create the MapInfo from the xml files pointed to by the resource collectionMapInfo
(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 XmlResourceCollectionModifier and TypeMethodDescriptionprotected XmlResourceCollection
IdvResourceManager.createXmlResourceCollection
(String id) Create, if needed, and return the XmlResourceCollection defined by the given idIdvResourceManager.getMapResources
(boolean forGlobe) _more_IdvResourceManager.getXmlResources
(String name) Lookup up in the resource collections map the XmlResouceCollection with the given idIdvResourceManager.getXmlResources
(IdvResourceManager.IdvResource resource) Create, if needed, and return theXmlResourceCollection
that is represented by the given resource.Methods in ucar.unidata.idv with parameters of type XmlResourceCollectionModifier and TypeMethodDescriptionprotected 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 XmlResourceCollectionModifier and TypeMethodDescriptionprotected 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 XmlResourceCollectionModifier and TypeMethodDescriptionvoid
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 XmlResourceCollectionModifier and TypeMethodDescriptionstatic 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 XmlResourceCollectionModifierConstructorDescriptionHelpTipDialog
(XmlResourceCollection resources, ActionListener actionListener, XmlObjectStore store, Class origin, boolean showByDefault) Create the HelpTipDialogMapWidget
(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 XmlResourceCollectionModifier and TypeFieldDescriptionprotected XmlResourceCollection
StationModelManager.symbolTypes
This defines where we get the symbol definition xml filesMethods in ucar.unidata.ui.symbol with parameters of type XmlResourceCollectionModifier and TypeMethodDescriptionvoid
StationModelManager.init
(XmlResourceCollection symbolTypes, ResourceCollection stationModels) Initialize. -
Uses of XmlResourceCollection in ucar.unidata.xml
Methods in ucar.unidata.xml with parameters of type XmlResourceCollectionModifier and TypeMethodDescriptionint
XmlObjectStore.append
(XmlResourceCollection rc, boolean onlyAddIfNotExists) _more_int
XmlObjectStore.init
(XmlResourceCollection rc) Initialize the store.Constructors in ucar.unidata.xml with parameters of type XmlResourceCollectionModifierConstructorDescriptionXmlResourceCollection
(String id, XmlResourceCollection that) copy ctor