org.esa.beam.framework.gpf.ui
Class TargetProductSelectorModel

java.lang.Object
  extended by 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

Nested Class Summary
static class TargetProductSelectorModel.EnvisatTargetProductSelectorModel
           
 
Constructor Summary
TargetProductSelectorModel()
           
TargetProductSelectorModel(String[] formatNames)
           
 
Method Summary
static TargetProductSelectorModel createEnvisatTargetProductSelectorModel()
           
 String getFormatName()
           
 String[] getFormatNames()
           
 File getProductDir()
           
 File getProductFile()
           
 String getProductName()
           
 com.bc.ceres.binding.PropertyContainer getValueContainer()
           
 boolean isOpenInAppSelected()
           
 boolean isSaveToFileSelected()
           
 void setFormatName(String formatName)
           
 void setOpenInAppSelected(boolean openInAppSelected)
           
 void setProductDir(File productDir)
           
 void setProductName(String productName)
           
 void setSaveToFileSelected(boolean saveToFileSelected)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TargetProductSelectorModel

public TargetProductSelectorModel()

TargetProductSelectorModel

public TargetProductSelectorModel(String[] formatNames)
Method Detail

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.