edu.wisc.ssec.mcidasv.data.hydra
Class ImageChannelSelection

java.lang.Object
  extended by ucar.unidata.data.DataSelectionComponent
      extended by edu.wisc.ssec.mcidasv.data.hydra.ImageChannelSelection

 class ImageChannelSelection
extends DataSelectionComponent


Field Summary
(package private)  ChannelSelection channelSelection
           
(package private)  PreviewSelection previewSelection
           
 
Fields inherited from class ucar.unidata.data.DataSelectionComponent
dataSelection
 
Constructor Summary
ImageChannelSelection(PreviewSelection previewSelection, ChannelSelection channelSelection)
           
 
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

previewSelection

PreviewSelection previewSelection

channelSelection

ChannelSelection channelSelection
Constructor Detail

ImageChannelSelection

ImageChannelSelection(PreviewSelection previewSelection,
                      ChannelSelection channelSelection)
Method Detail

doMakeContents

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

applyToDataSelection

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