<h2>org.autoplot.jythonsupport.ui.ParametersFormPanel.FormData</h2><p>represent the data on the form.</p>
<h2>FormData( )</h2>
<p></p>

<hr>
<a name="count"></a>
<h2>count</h2>
<p></p>

<hr>
<a name="implement-PythonInterpreter-java.lang.String-java.lang.String"></a>
<h2>implement</h2>
implement( PythonInterpreter interp, <a href='https://docs.oracle.com/javase/8/docs/api/java/lang/String.html'>String</a> param, <a href='https://docs.oracle.com/javase/8/docs/api/java/lang/String.html'>String</a> value ) &rarr; void

<p>Convert the parameter to Jython types.
<blockquote><pre>
 T (TimeRange)
 A (String)
 F (Double or Integer)
 R (URI)
 L (URL) a resource URL (local file or web file).
 D Datum
 S DatumRange
 </pre></blockquote></p>

<h3>Parameters</h3>
interp - the interpreter
<br>
param - the param name
<br>
value - the param value

<h3>Returns:</h3>
void (returns nothing)

<br><br>
<a href="https://github.com/autoplot/dev/search?q=implement&unscoped_q=implement">[search for examples]</a>
 <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/autoplot/jythonsupport/ui/ParametersFormPanel.FormData.md">[view on GitHub]</a>
 <a href="https://cottagesystems.com/~jbf/autoplot/doc2018/org/autoplot/jythonsupport/ui/ParametersFormPanel.FormData.html#implement-PythonInterpreter-java.lang.String-java.lang.String">[view on old javadoc]</a>
 <a href="https://sourceforge.net/p/autoplot/code/HEAD/tree/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/ui/ParametersFormPanel.FormData.java#l116">[view source]</a>
<br>
<br>