edu.wisc.ssec.mcidasv.data.hrit
Class HRITDataSource.ResolutionSelection

java.lang.Object
  extended by ucar.unidata.data.DataSelectionComponent
      extended by edu.wisc.ssec.mcidasv.data.hrit.HRITDataSource.ResolutionSelection
Enclosing class:
HRITDataSource

 class HRITDataSource.ResolutionSelection
extends DataSelectionComponent


Field Summary
(package private)  DataChoice dataChoice
           
(package private)  JPanel display
           
(package private)  JComboBox jcbCal
           
(package private)  JComboBox jcbMag
           
 
Fields inherited from class ucar.unidata.data.DataSelectionComponent
dataSelection
 
Constructor Summary
HRITDataSource.ResolutionSelection(DataChoice dataChoice)
           
 
Method Summary
 void applyToDataSelection(DataSelection dataSelection)
           
protected  JComponent doMakeContents()
           
 
Methods inherited from class ucar.unidata.data.DataSelectionComponent
getContents, getContents, getName, getShowInControlProperties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dataChoice

DataChoice dataChoice

display

JPanel display

jcbMag

JComboBox jcbMag

jcbCal

JComboBox jcbCal
Constructor Detail

HRITDataSource.ResolutionSelection

HRITDataSource.ResolutionSelection(DataChoice dataChoice)
                             throws Exception
Throws:
Exception
Method Detail

doMakeContents

protected JComponent doMakeContents()
Specified by:
doMakeContents in class DataSelectionComponent

applyToDataSelection

public void applyToDataSelection(DataSelection dataSelection)
Specified by:
applyToDataSelection in class DataSelectionComponent