org.esa.beam.framework.param
Class ParamEditorFactory

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

Constructor Summary
ParamEditorFactory()
           
 
Method Summary
static ParamEditor createParamEditor(Parameter parameter)
          Creates a parameter editor instance for the given parameter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParamEditorFactory

public ParamEditorFactory()
Method Detail

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.