Uses of Class
org.esa.beam.framework.param.ParamGroup

Packages that use ParamGroup
org.esa.beam.framework.param Provides utility classes for general parameter handling. 
org.esa.beam.framework.processor.ui This package containes utility classe for GUI representation of the MERIS/(A)ATSR Toolbox processing framework. 
org.esa.beam.framework.ui.config The main class of this package is ConfigDialog
org.esa.beam.visat This package contains the module VISAT
org.esa.beam.visat.actions   
 

Uses of ParamGroup in org.esa.beam.framework.param
 

Methods in org.esa.beam.framework.param that return ParamGroup
static ParamGroup ParamGroup.create(PropertyMap propertyMap)
          Adds and configures parameters supplied through the given properties.
 

Uses of ParamGroup in org.esa.beam.framework.processor.ui
 

Methods in org.esa.beam.framework.processor.ui that return ParamGroup
 ParamGroup ParameterPage.getParamGroup()
          Deprecated. Gets the parameter group of this page.
 

Methods in org.esa.beam.framework.processor.ui with parameters of type ParamGroup
 void ProcessorApp.markIODirChanges(ParamGroup paramGroup)
          Deprecated.  
 void ProcessorApp.markParentDirChanges(ParamGroup paramGroup, String paramName, String preferencesKey)
          Deprecated.  
 

Constructors in org.esa.beam.framework.processor.ui with parameters of type ParamGroup
IOParameterPage(ParamGroup paramGroup)
          Deprecated. Creates an default I/O page for the MultiPageProcessorUI.
ParameterPage(ParamGroup paramGroup)
          Deprecated. Creates a new instance of this class.
ProcessingParameterPage(ParamGroup paramGroup)
          Deprecated. Creates a new instance of this class, with a default title.
ProcessingParameterPage(ParamGroup paramGroup, String pageTitle)
          Deprecated. Creates a new instance of this class, with the given pageTitle.
PropertyFileParameterPage(ParamGroup paramGroup)
          Deprecated. Creates a parameter page for editing a property file.
 

Uses of ParamGroup in org.esa.beam.framework.ui.config
 

Methods in org.esa.beam.framework.ui.config that return ParamGroup
 ParamGroup DefaultConfigPage.getConfigParams()
           
 ParamGroup ConfigPage.getConfigParams()
           
 

Methods in org.esa.beam.framework.ui.config with parameters of type ParamGroup
protected  void DefaultConfigPage.initConfigParams(ParamGroup configParams)
           
 

Uses of ParamGroup in org.esa.beam.visat
 

Methods in org.esa.beam.visat with parameters of type ParamGroup
protected  void VisatPreferencesDialog.BehaviorPage.initConfigParams(ParamGroup configParams)
           
protected  void VisatPreferencesDialog.AppearancePage.initConfigParams(ParamGroup configParams)
           
protected  void VisatPreferencesDialog.RepositoryConnectionConfigPage.initConfigParams(ParamGroup configParams)
           
protected  void VisatPreferencesDialog.GeolocationDisplayPage.initConfigParams(ParamGroup configParams)
           
protected  void VisatPreferencesDialog.DataIO.initConfigParams(ParamGroup configParams)
           
protected  void VisatPreferencesDialog.LayerPropertiesPage.initConfigParams(ParamGroup configParams)
           
protected  void VisatPreferencesDialog.ImageDisplayPage.initConfigParams(ParamGroup configParams)
           
protected  void VisatPreferencesDialog.GraticuleOverlayPage.initConfigParams(ParamGroup configParams)
           
protected  void VisatPreferencesDialog.MaskOverlayPage.initConfigParams(ParamGroup configParams)
           
protected  void VisatPreferencesDialog.NoDataOverlayPage.initConfigParams(ParamGroup configParams)
           
protected  void VisatPreferencesDialog.LoggingPage.initConfigParams(ParamGroup configParams)
           
protected  void VisatPreferencesDialog.RGBImageProfilePage.initConfigParams(ParamGroup configParams)
           
protected  void VisatPreferencesDialog.ProductSettings.initConfigParams(ParamGroup configParams)
           
 

Uses of ParamGroup in org.esa.beam.visat.actions
 

Methods in org.esa.beam.visat.actions that return ParamGroup
 ParamGroup ExportLegendImageAction.ImageLegendDialog.getParamGroup()
           
 

Constructors in org.esa.beam.visat.actions with parameters of type ParamGroup
ExportLegendImageAction.ImageLegendDialog(VisatApp visatApp, ParamGroup paramGroup, ImageLegend imageLegend, boolean transparencyEnabled)
           
 



Copyright © 2002-2013 Brockmann Consult GmbH. All Rights Reserved.