edu.wisc.ssec.mcidasv.data.adde
Class AddeImageParameterDataSource.BundlePreviewSelection

java.lang.Object
  extended by ucar.unidata.data.DataSelectionComponent
      extended by edu.wisc.ssec.mcidasv.data.adde.AddeImageParameterDataSource.BundlePreviewSelection
Enclosing class:
AddeImageParameterDataSource

public static class AddeImageParameterDataSource.BundlePreviewSelection
extends DataSelectionComponent


Field Summary
(package private)  String label
           
 
Fields inherited from class ucar.unidata.data.DataSelectionComponent
dataSelection
 
Constructor Summary
AddeImageParameterDataSource.BundlePreviewSelection(String label)
           
 
Method Summary
 void applyToDataSelection(DataSelection dataSelection)
           
protected  JComponent doMakeContents()
           
 boolean getShowInControlProperties()
          Overridden to disable these dummy tabs from showing up in properties dialog.
 
Methods inherited from class ucar.unidata.data.DataSelectionComponent
getContents, getContents, getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

label

final String label
Constructor Detail

AddeImageParameterDataSource.BundlePreviewSelection

public AddeImageParameterDataSource.BundlePreviewSelection(String label)
Method Detail

doMakeContents

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

applyToDataSelection

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

getShowInControlProperties

public boolean getShowInControlProperties()
Overridden to disable these dummy tabs from showing up in properties dialog.

Overrides:
getShowInControlProperties in class DataSelectionComponent