|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DataSourceResults | |
|---|---|
| ucar.unidata.data | The data package. |
| ucar.unidata.idv | The idv package. |
| ucar.unidata.idv.ui | User Interface (UI) classes for the IDV |
| Uses of DataSourceResults in ucar.unidata.data |
|---|
| Methods in ucar.unidata.data that return DataSourceResults | |
|---|---|
DataSourceResults |
DataManager.createDataSource(Object definingObject)
Create a DataSource (if we know how) defined with the given
definingObject. |
DataSourceResults |
DataManager.createDataSource(Object definingObject,
Hashtable properties)
Create a DataSource (if we know how) defined with the given
definingObject and set of properties (which may be null). |
DataSourceResults |
DataManager.createDataSource(Object definingObject,
String dataType,
Hashtable properties)
Create a DataSource (if we know how) defined with the given
dataType (if non-null) or by the given definingObject and set of
properties (which may be null). |
| Methods in ucar.unidata.data with parameters of type DataSourceResults | |
|---|---|
void |
DataSourceResults.merge(DataSourceResults results)
Merge the results of another DataSourceResults to this one |
| Uses of DataSourceResults in ucar.unidata.idv |
|---|
| Methods in ucar.unidata.idv that return DataSourceResults | |
|---|---|
DataSourceResults |
IntegratedDataViewer.createDataSource(Object definingObject,
String dataType,
Hashtable properties,
boolean checkAlias)
Create the data source (or data sources) defined by the given definingObject. |
DataSourceResults |
IdvPersistenceManager.makeDataSourceFromXml(String dataSourceXml)
This creates a new data source from the xml encoded representation of a persisted data source. |
DataSourceResults |
IntegratedDataViewer.makeDataSourceFromXml(String dataSourceXml)
This creates a new data source from the xml encoded representation of a persisted data source. |
| Uses of DataSourceResults in ucar.unidata.idv.ui |
|---|
| Methods in ucar.unidata.idv.ui with parameters of type DataSourceResults | |
|---|---|
void |
IdvUIManager.showResults(DataSourceResults results)
Display any errors that are contained in the given results. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||