Uses of Class
ucar.unidata.data.DataManager
Packages that use DataManager
Package
Description
The data package.
The idv package.
Choosers for the IDV.
-
Uses of DataManager in ucar.unidata.data
Fields in ucar.unidata.data declared as DataManagerModifier and TypeFieldDescriptionprotected DataManager
DataSourceDescriptor.manager
The data managerMethods in ucar.unidata.data that return DataManagerModifier and TypeMethodDescriptionDataSourceDescriptor.getDataManager()
Get the DataManager for this DataSourceDescriptorMethods in ucar.unidata.data with parameters of type DataManagerModifier and TypeMethodDescriptionvoid
DataSourceDescriptor.setDataManager
(DataManager m) Set the DataManager for this DataSourceDescriptorConstructors in ucar.unidata.data with parameters of type DataManagerModifierConstructorDescriptionDataSourceDescriptor
(String id, String label, DataManager manager, Class factory, String patterns, boolean fileSelection, boolean doesMultiples, Hashtable props) Create a DataSourceDescriptor -
Uses of DataManager in ucar.unidata.idv
Fields in ucar.unidata.idv declared as DataManagerMethods in ucar.unidata.idv that return DataManagerModifier and TypeMethodDescriptionprotected DataManager
IdvBase.doMakeDataManager()
Factory method to create theDataManager
IdvBase.getDataManager()
Create, if needed, and return theDataManager
.protected DataManager
IdvManager.getDataManager()
Wrapper method, calling into idv -
Uses of DataManager in ucar.unidata.idv.chooser
Methods in ucar.unidata.idv.chooser that return DataManagerMethods in ucar.unidata.idv.chooser with parameters of type DataManagerModifier and TypeMethodDescriptionstatic JComboBox
IdvChooser.getDataSourcesComponent
(boolean justFileSources, DataManager dataManager) Return the component that holds the dataSources combo boxstatic JComboBox
IdvChooser.getDataSourcesComponent
(boolean justFileSources, DataManager dataManager, boolean addLucky) Get the component for listing data source typesIdvChooserManager.getDataSourcesComponent
(boolean justFileSources, DataManager dataManager) Return the component that holds the dataSources combo boxIdvChooserManager.getDataSourcesComponent
(boolean justFileSources, DataManager dataManager, boolean addLucky) Get the component for listing data source types