Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
protected ResourceCollection |
IdvResourceManager.createResourceCollection(java.lang.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(java.lang.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 |
Modifier and Type | Method and Description |
---|---|
protected java.lang.Object |
ColorTableManager.initResource(ResourceCollection resources,
int index)
Check to see if these are any of the special resources
|
Modifier and Type | Method and Description |
---|---|
void |
StationModelManager.init(XmlResourceCollection symbolTypes,
ResourceCollection stationModels)
Initialize.
|
Modifier and Type | Method and Description |
---|---|
void |
ResourceManager.init(ResourceCollection resources)
_more_
|
static void |
Msg.init(ResourceCollection rc)
_more_
|
protected java.lang.Object |
ResourceManager.initResource(ResourceCollection resources,
int index)
_more_
|
Constructor and Description |
---|
ResourceCollection(java.lang.String id,
ResourceCollection that)
copy ctor
|
Modifier and Type | Class and Description |
---|---|
class |
XmlResourceCollection
An extension of
ResourceCollection that handles xml documents. |