org.autoplot.jythonsupport.ui.ParametersFormPanel.FormData

represent the data on the form.

FormData( )


count


implement

implement( PythonInterpreter interp, String param, String value ) → void

Convert the parameter to Jython types.

 T (TimeRange)
 A (String)
 F (Double or Integer)
 R (URI)
 L (URL) a resource URL (local file or web file).
 D Datum
 S DatumRange
 

Parameters

interp - the interpreter
param - the param name
value - the param value

Returns:

void (returns nothing)

[search for examples] [view on GitHub] [view on old javadoc] [view source]