org.esa.beam.framework.gpf.ui
Class TargetProductSelectorModel
java.lang.Object
org.esa.beam.framework.gpf.ui.TargetProductSelectorModel
- Direct Known Subclasses:
- TargetProductSelectorModel.EnvisatTargetProductSelectorModel
public class TargetProductSelectorModel
- extends Object
WARNING: This class belongs to a preliminary API and may change in future releases.
- Version:
- $Revision$ $Date$
- Author:
- Ralf Quast
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TargetProductSelectorModel
public TargetProductSelectorModel()
TargetProductSelectorModel
public TargetProductSelectorModel(String[] formatNames)
createEnvisatTargetProductSelectorModel
public static TargetProductSelectorModel createEnvisatTargetProductSelectorModel()
getProductName
public String getProductName()
isSaveToFileSelected
public boolean isSaveToFileSelected()
isOpenInAppSelected
public boolean isOpenInAppSelected()
getProductDir
public File getProductDir()
getProductFile
public File getProductFile()
getFormatName
public String getFormatName()
getFormatNames
public String[] getFormatNames()
setProductName
public void setProductName(String productName)
setSaveToFileSelected
public void setSaveToFileSelected(boolean saveToFileSelected)
setOpenInAppSelected
public void setOpenInAppSelected(boolean openInAppSelected)
setProductDir
public void setProductDir(File productDir)
setFormatName
public void setFormatName(String formatName)
getValueContainer
public com.bc.ceres.binding.PropertyContainer getValueContainer()
Copyright © 2002-2012 Brockmann Consult GmbH. All Rights Reserved.