|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.esa.beam.framework.processor.ui.ParameterPage
org.esa.beam.framework.processor.ui.PropertyFileParameterPage
Graph Processing Framework instead.
@Deprecated public class PropertyFileParameterPage
This parameter page creates an UI for editing a property file.
This page is intended to be used with the MultiPageProcessorUI.
| Field Summary | |
|---|---|
static String |
DEFAULT_PAGE_TITLE
Deprecated. The default title of this page. |
static String |
PROPERTY_FILE_PARAM_NAME
Deprecated. Name of the parameter which holds the path to the property file. |
| Constructor Summary | |
|---|---|
PropertyFileParameterPage(File propertyFile)
Deprecated. Creates a parameter page for editing a property file. |
|
PropertyFileParameterPage(ParamGroup paramGroup)
Deprecated. Creates a parameter page for editing a property file. |
|
| Method Summary | |
|---|---|
JComponent |
createUI()
Deprecated. It creates the UI by using the parameter group of this page. |
void |
initRequestFromUI(Request request)
Deprecated. Fills the given request with parameters. |
void |
setApp(ProcessorApp app)
Deprecated. Sets the processor app for the UI |
void |
setUIFromRequest(Request request)
Deprecated. Sets the parameter values by these given with the request. |
| Methods inherited from class org.esa.beam.framework.processor.ui.ParameterPage |
|---|
getApp, getParamGroup, getTitle, setTitle, setUIDefaults |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String PROPERTY_FILE_PARAM_NAME
public static final String DEFAULT_PAGE_TITLE
| Constructor Detail |
|---|
public PropertyFileParameterPage(File propertyFile)
paramGroup which contains a parameter with the name
PROPERTY_FILE_PARAM_NAME of type java.io.File.
This given file is used as the default parameter file.
propertyFile - the property fileProcessorConstantspublic PropertyFileParameterPage(ParamGroup paramGroup)
paramGroup must contain a parameter with the name
PROPERTY_FILE_PARAM_NAME of type java.io.File.
The given file by this parameter is used as the default parameter file.
paramGroup - the paramGroup to create the UI fromProcessorConstants| Method Detail |
|---|
public void setUIFromRequest(Request request)
throws ProcessorException
request.
setUIFromRequest in class ParameterPagerequest - the request to obtain the parameters
ProcessorException - if an error occurred
public void initRequestFromUI(Request request)
throws ProcessorException
request with parameters.
initRequestFromUI in class ParameterPagerequest - the request to fill
ProcessorException - if an error occurredpublic void setApp(ProcessorApp app)
setApp in class ParameterPageapp - the processor applicationpublic JComponent createUI()
parameter group of this page.
It's only called once by the MultiPageProcessorUI during lifetime of an
instance of this class.
createUI in class ParameterPageMultiPageProcessorUI.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||