Package | Description |
---|---|
ucar.unidata.data |
The data package.
|
ucar.unidata.idv |
The idv package.
|
ucar.unidata.idv.chooser |
Choosers for the IDV.
|
Modifier and Type | Field and Description |
---|---|
protected DataManager |
DataSourceDescriptor.manager
The data manager
|
Modifier and Type | Method and Description |
---|---|
DataManager |
DataSourceDescriptor.getDataManager()
Get the DataManager for this DataSourceDescriptor
|
Modifier and Type | Method and Description |
---|---|
void |
DataSourceDescriptor.setDataManager(DataManager m)
Set the DataManager for this DataSourceDescriptor
|
Constructor and Description |
---|
DataSourceDescriptor(java.lang.String id,
java.lang.String label,
DataManager manager,
java.lang.Class factory,
java.lang.String patterns,
boolean fileSelection,
boolean doesMultiples,
java.util.Hashtable props)
Create a DataSourceDescriptor
|
Modifier and Type | Field and Description |
---|---|
protected DataManager |
IdvBase.dataManager
The data manager
|
Modifier and Type | Method and Description |
---|---|
protected DataManager |
IdvBase.doMakeDataManager()
Factory method to create the
DataManager |
DataManager |
IdvBase.getDataManager()
Create, if needed, and return the
DataManager . |
protected DataManager |
IdvManager.getDataManager()
Wrapper method, calling into idv
|
Modifier and Type | Method and Description |
---|---|
DataManager |
IdvChooser.getDataManager()
Return the
DataManager |
Modifier and Type | Method and Description |
---|---|
javax.swing.JComboBox |
IdvChooserManager.getDataSourcesComponent(boolean justFileSources,
DataManager dataManager)
Return the component that holds the dataSources combo box
|
static javax.swing.JComboBox |
IdvChooser.getDataSourcesComponent(boolean justFileSources,
DataManager dataManager)
Return the component that holds the dataSources combo box
|
javax.swing.JComboBox |
IdvChooserManager.getDataSourcesComponent(boolean justFileSources,
DataManager dataManager,
boolean addLucky)
Get the component for listing data source types
|
static javax.swing.JComboBox |
IdvChooser.getDataSourcesComponent(boolean justFileSources,
DataManager dataManager,
boolean addLucky)
Get the component for listing data source types
|