edu.wisc.ssec.mcidasv.data
Class ImagePreviewSelection

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

public class ImagePreviewSelection
extends DataSelectionComponent


Field Summary
private  Image theImage
           
 
Fields inherited from class ucar.unidata.data.DataSelectionComponent
dataSelection
 
Constructor Summary
ImagePreviewSelection(Image previewImage)
           
 
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

theImage

private Image theImage
Constructor Detail

ImagePreviewSelection

public ImagePreviewSelection(Image previewImage)
                      throws VisADException,
                             RemoteException
Throws:
VisADException
RemoteException
Method Detail

doMakeContents

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

applyToDataSelection

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