org.esa.beam.framework.param
Class ParamEditorFactory
java.lang.Object
org.esa.beam.framework.param.ParamEditorFactory
public final class ParamEditorFactory
- extends Object
The ParamEditorFactory has a single static method which is used to create instances of a
Parameter's editor.
- Version:
- $Revision$ $Date$
- Author:
- Norman Fomferra
- See Also:
Parameter,
ParamProperties,
ParamEditor,
ParamValidator
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ParamEditorFactory
public ParamEditorFactory()
createParamEditor
public static ParamEditor createParamEditor(Parameter parameter)
- Creates a parameter editor instance for the given parameter.
- Parameters:
parameter - the parameter
- Returns:
- the parameter editor, never null
Copyright © 2002-2012 Brockmann Consult GmbH. All Rights Reserved.