Uses of Class
edu.wisc.ssec.mcidasv.data.ComboDataChoice

Packages that use ComboDataChoice
edu.wisc.ssec.mcidasv.control McIDAS-V specific controls. 
edu.wisc.ssec.mcidasv.data McIDAS-V specific data choosers. 
edu.wisc.ssec.mcidasv.data.hydra   
 

Uses of ComboDataChoice in edu.wisc.ssec.mcidasv.control
 

Fields in edu.wisc.ssec.mcidasv.control declared as ComboDataChoice
private  ComboDataChoice LinearCombo.comboChoice
           
 

Uses of ComboDataChoice in edu.wisc.ssec.mcidasv.data
 

Constructors in edu.wisc.ssec.mcidasv.data with parameters of type ComboDataChoice
ComboDataChoice(ComboDataChoice other)
          Create a new DataChoice, using the state of the given DataChoice to initialize the new object.
 

Uses of ComboDataChoice in edu.wisc.ssec.mcidasv.data.hydra
 

Fields in edu.wisc.ssec.mcidasv.data.hydra declared as ComboDataChoice
private  ComboDataChoice MultiSpectralDataSource.comboChoice
           
 

Methods in edu.wisc.ssec.mcidasv.data.hydra that return ComboDataChoice
 ComboDataChoice MultiSpectralDataSource.getComboDataChoice()