<h2>org.autoplot.jythonsupport.ui.DataMashUp</h2><p>GUI for specifying mashups, where a number of 
 data sets are loaded and combined.  These are implemented as small
 jython scripts, consisting only of declarations and an expression.</p>
<h2>DataMashUp( )</h2>
<p>Creates new form DataMashUp</p>

<hr>
<a name="enableTimeRange"></a>
<h2>enableTimeRange</h2>
enableTimeRange(  ) &rarr; void

<p></p>

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

<br><br>
<a href="https://github.com/autoplot/dev/search?q=enableTimeRange&unscoped_q=enableTimeRange">[search for examples]</a>
 <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/autoplot/jythonsupport/ui/DataMashUp.md">[view on GitHub]</a>
 <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/autoplot/jythonsupport/ui/DataMashUp.html#enableTimeRange">[view on old javadoc]</a>
 <a href="https://sourceforge.net/p/autoplot/code/HEAD/tree/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/ui/DataMashUp.java#l914">[view source]</a>
<br>
<br>
<hr>
<a name="getAsJythonExpr"></a>
<h2>getAsJythonExpr</h2>
getAsJythonExpr( <a href='http://www-pw.physics.uiowa.edu/~jbf/autoplot/doc/javax/swing/tree/TreeNode.html'>javax.swing.tree.TreeNode</a> tn ) &rarr; <a href='https://docs.oracle.com/javase/8/docs/api/java/lang/String.html'>String</a>

<p>return the Jython for just the node.</p>

<h3>Parameters</h3>
tn - a TreeNode

<h3>Returns:</h3>
a String

<br><br>
<a href="https://github.com/autoplot/dev/search?q=getAsJythonExpr&unscoped_q=getAsJythonExpr">[search for examples]</a>
 <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/autoplot/jythonsupport/ui/DataMashUp.md">[view on GitHub]</a>
 <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/autoplot/jythonsupport/ui/DataMashUp.html#getAsJythonExpr">[view on old javadoc]</a>
 <a href="https://sourceforge.net/p/autoplot/code/HEAD/tree/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/ui/DataMashUp.java#l415">[view source]</a>
<br>
<br>
<hr>
<a name="getAsJythonInline"></a>
<h2>getAsJythonInline</h2>
getAsJythonInline(  ) &rarr; <a href='https://docs.oracle.com/javase/8/docs/api/java/lang/String.html'>String</a>

<p>return the mashup as a jython inline script.</p>

<h3>Returns:</h3>
the mashup as a jython inline script.
<br><br>
<a href="https://github.com/autoplot/dev/search?q=getAsJythonInline&unscoped_q=getAsJythonInline">[search for examples]</a>
 <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/autoplot/jythonsupport/ui/DataMashUp.md">[view on GitHub]</a>
 <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/autoplot/jythonsupport/ui/DataMashUp.html#getAsJythonInline">[view on old javadoc]</a>
 <a href="https://sourceforge.net/p/autoplot/code/HEAD/tree/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/ui/DataMashUp.java#l349">[view source]</a>
<br>
<br>
getAsJythonInline( <a href='http://www-pw.physics.uiowa.edu/~jbf/autoplot/doc/javax/swing/tree/TreeNode.html'>javax.swing.tree.TreeNode</a> tn ) &rarr; <a href='https://docs.oracle.com/javase/8/docs/api/java/lang/String.html'>String</a><br>
<hr>
<a name="insertElement"></a>
<h2>insertElement</h2>
insertElement( <a href='https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html'>Object[]</a> array, int index, <a href='https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html'>Object</a> node ) &rarr; <a href='https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html'>Object[]</a>

<p>insert element into array at index, as long as index is within the array
 or at the length of the array.</p>

<h3>Parameters</h3>
array - array of elements
<br>
index - index for insertion, which may be out of bounds for the array.
<br>
node - the object to insert.

<h3>Returns:</h3>
an Object[]

<h3>See Also:</h3>
<a href='null'></a> <br>
<br><br>
<a href="https://github.com/autoplot/dev/search?q=insertElement&unscoped_q=insertElement">[search for examples]</a>
 <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/autoplot/jythonsupport/ui/DataMashUp.md">[view on GitHub]</a>
 <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/autoplot/jythonsupport/ui/DataMashUp.html#insertElement">[view on old javadoc]</a>
 <a href="https://sourceforge.net/p/autoplot/code/HEAD/tree/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/ui/DataMashUp.java#l957">[view source]</a>
<br>
<br>
<hr>
<a name="isDataMashupJythonInline"></a>
<h2>isDataMashupJythonInline</h2>
isDataMashupJythonInline( <a href='https://docs.oracle.com/javase/8/docs/api/java/lang/String.html'>String</a> jython ) &rarr; boolean

<p>return true if the script conforms to the Jython mashup requirements.</p>

<h3>Parameters</h3>
jython - script.

<h3>Returns:</h3>
true if the script conforms to the Jython mashup requirements.
<br><br>
<a href="https://github.com/autoplot/dev/search?q=isDataMashupJythonInline&unscoped_q=isDataMashupJythonInline">[search for examples]</a>
 <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/autoplot/jythonsupport/ui/DataMashUp.md">[view on GitHub]</a>
 <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/autoplot/jythonsupport/ui/DataMashUp.html#isDataMashupJythonInline">[view on old javadoc]</a>
 <a href="https://sourceforge.net/p/autoplot/code/HEAD/tree/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/ui/DataMashUp.java#l1049">[view source]</a>
<br>
<br>
<hr>
<a name="main"></a>
<h2>main</h2>
main( <a href='https://docs.oracle.com/javase/8/docs/api/java/lang/String.html'>String[]</a> args ) &rarr; void

<p></p>

<h3>Parameters</h3>
args - a java.lang.String[]

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

<br><br>
<a href="https://github.com/autoplot/dev/search?q=main&unscoped_q=main">[search for examples]</a>
 <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/autoplot/jythonsupport/ui/DataMashUp.md">[view on GitHub]</a>
 <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/autoplot/jythonsupport/ui/DataMashUp.html#main">[view on old javadoc]</a>
 <a href="https://sourceforge.net/p/autoplot/code/HEAD/tree/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/ui/DataMashUp.java#l1921">[view source]</a>
<br>
<br>
<hr>
<a name="printPath"></a>
<h2>printPath</h2>
printPath( <a href='https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html'>Object[]</a> newPath ) &rarr; <a href='https://docs.oracle.com/javase/8/docs/api/java/lang/String.html'>String</a>

<p>print the path to a string, comma delimited.</p>

<h3>Parameters</h3>
newPath - a java.lang.Object[]

<h3>Returns:</h3>
a String

<br><br>
<a href="https://github.com/autoplot/dev/search?q=printPath&unscoped_q=printPath">[search for examples]</a>
 <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/autoplot/jythonsupport/ui/DataMashUp.md">[view on GitHub]</a>
 <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/autoplot/jythonsupport/ui/DataMashUp.html#printPath">[view on old javadoc]</a>
 <a href="https://sourceforge.net/p/autoplot/code/HEAD/tree/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/ui/DataMashUp.java#l939">[view source]</a>
<br>
<br>
<hr>
<a name="rename"></a>
<h2>rename</h2>
rename( <a href='https://docs.oracle.com/javase/8/docs/api/java/lang/String.html'>String</a> oldName, <a href='https://docs.oracle.com/javase/8/docs/api/java/lang/String.html'>String</a> newName ) &rarr; void

<p>rename the parameter and all usages within the tree.</p>

<h3>Parameters</h3>
oldName - a String
<br>
newName - a String

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

<br><br>
<a href="https://github.com/autoplot/dev/search?q=rename&unscoped_q=rename">[search for examples]</a>
 <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/autoplot/jythonsupport/ui/DataMashUp.md">[view on GitHub]</a>
 <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/autoplot/jythonsupport/ui/DataMashUp.html#rename">[view on old javadoc]</a>
 <a href="https://sourceforge.net/p/autoplot/code/HEAD/tree/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/ui/DataMashUp.java#l138">[view source]</a>
<br>
<br>
<hr>
<a name="setAsJythonInline"></a>
<h2>setAsJythonInline</h2>
setAsJythonInline( <a href='https://docs.oracle.com/javase/8/docs/api/java/lang/String.html'>String</a> script ) &rarr; void

<p>configure the mashup tool using the "vap+inline" URI.</p>

<h3>Parameters</h3>
script - a String

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

<br><br>
<a href="https://github.com/autoplot/dev/search?q=setAsJythonInline&unscoped_q=setAsJythonInline">[search for examples]</a>
 <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/autoplot/jythonsupport/ui/DataMashUp.md">[view on GitHub]</a>
 <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/autoplot/jythonsupport/ui/DataMashUp.html#setAsJythonInline">[view on old javadoc]</a>
 <a href="https://sourceforge.net/p/autoplot/code/HEAD/tree/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/ui/DataMashUp.java#l818">[view source]</a>
<br>
<br>
<hr>
<a name="setIds"></a>
<h2>setIds</h2>
setIds( <a href='https://docs.oracle.com/javase/8/docs/api/java/util/List.html'>java.util.List</a> ids ) &rarr; void

<p>set the ids for each of the URIs.</p>

<h3>Parameters</h3>
ids - list of Java identifiers.

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

<br><br>
<a href="https://github.com/autoplot/dev/search?q=setIds&unscoped_q=setIds">[search for examples]</a>
 <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/autoplot/jythonsupport/ui/DataMashUp.md">[view on GitHub]</a>
 <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/autoplot/jythonsupport/ui/DataMashUp.html#setIds">[view on old javadoc]</a>
 <a href="https://sourceforge.net/p/autoplot/code/HEAD/tree/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/ui/DataMashUp.java#l126">[view source]</a>
<br>
<br>
<hr>
<a name="setResolver"></a>
<h2>setResolver</h2>
setResolver( <a href='http://www-pw.physics.uiowa.edu/~jbf/autoplot/doc/org/autoplot/jythonsupport/ui/DataMashUp/Resolver.html'>org.autoplot.jythonsupport.ui.DataMashUp.Resolver</a> r ) &rarr; void

<p></p>

<h3>Parameters</h3>
r - a DataMashUp.Resolver

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

<br><br>
<a href="https://github.com/autoplot/dev/search?q=setResolver&unscoped_q=setResolver">[search for examples]</a>
 <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/autoplot/jythonsupport/ui/DataMashUp.md">[view on GitHub]</a>
 <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/autoplot/jythonsupport/ui/DataMashUp.html#setResolver">[view on old javadoc]</a>
 <a href="https://sourceforge.net/p/autoplot/code/HEAD/tree/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/ui/DataMashUp.java#l514">[view source]</a>
<br>
<br>
<hr>
<a name="setUris"></a>
<h2>setUris</h2>
setUris( <a href='https://docs.oracle.com/javase/8/docs/api/java/util/List.html'>java.util.List</a> uris ) &rarr; void

<p>set the list of URIs.</p>

<h3>Parameters</h3>
uris - a list of URIs.

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

<br><br>
<a href="https://github.com/autoplot/dev/search?q=setUris&unscoped_q=setUris">[search for examples]</a>
 <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/autoplot/jythonsupport/ui/DataMashUp.md">[view on GitHub]</a>
 <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/autoplot/jythonsupport/ui/DataMashUp.html#setUris">[view on old javadoc]</a>
 <a href="https://sourceforge.net/p/autoplot/code/HEAD/tree/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/ui/DataMashUp.java#l118">[view source]</a>
<br>
<br>