<h2>org.autoplot.RecentUrisDialog</h2><p>Present GUI showing history of plotted URIs with buttons for
 ok, plotting below, as an overplot, or editing.  The getModifiers()
 method is called to see which action was pressed:
<pre>
   0                    replace plot
   KeyEvent.CTRL_MASK   plot below
   KeyEvent.SHIFT_MASK  overplot
   KeyEvent.ALT_MASK    edit this URI.
 </pre></p>
<h2>RecentUrisDialog( <a href='https://docs.oracle.com/javase/8/docs/api/java/awt/Frame.html'>java.awt.Frame</a> parent, boolean modal )</h2>
<p>Creates new form RecentUrisDialog</p>

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

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

<hr>
<a name="getModifiers"></a>
<h2>getModifiers</h2>
getModifiers(  ) &rarr; int

<p></p>

<h3>Returns:</h3>
int

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

<p></p>

<h3>Returns:</h3>
java.lang.String

<br><br>
<a href="https://github.com/autoplot/dev/search?q=getSelectedURI&unscoped_q=getSelectedURI">[search for examples]</a>
 <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/autoplot/RecentUrisDialog.md">[view on GitHub]</a>
 <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/autoplot/RecentUrisDialog.html#getSelectedURI">[view on old javadoc]</a>
 <a href="https://sourceforge.net/p/autoplot/code/HEAD/tree/autoplot/trunk/Autoplot/src/org/autoplot/RecentUrisDialog.java#l87">[view source]</a>
<br>
<br>
<hr>
<a name="isCancelled"></a>
<h2>isCancelled</h2>
isCancelled(  ) &rarr; boolean

<p></p>

<h3>Returns:</h3>
boolean

<br><br>
<a href="https://github.com/autoplot/dev/search?q=isCancelled&unscoped_q=isCancelled">[search for examples]</a>
 <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/autoplot/RecentUrisDialog.md">[view on GitHub]</a>
 <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/autoplot/RecentUrisDialog.html#isCancelled">[view on old javadoc]</a>
 <a href="https://sourceforge.net/p/autoplot/code/HEAD/tree/autoplot/trunk/Autoplot/src/org/autoplot/RecentUrisDialog.java#l70">[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 - the command line arguments

<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/RecentUrisDialog.md">[view on GitHub]</a>
 <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/autoplot/RecentUrisDialog.html#main">[view on old javadoc]</a>
 <a href="https://sourceforge.net/p/autoplot/code/HEAD/tree/autoplot/trunk/Autoplot/src/org/autoplot/RecentUrisDialog.java#l292">[view source]</a>
<br>
<br>
<hr>
<a name="setExpertMode"></a>
<h2>setExpertMode</h2>
setExpertMode( boolean expert ) &rarr; void

<p></p>

<h3>Parameters</h3>
expert - a boolean

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

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

<p>set the filter constraining the list.</p>

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

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

<br><br>
<a href="https://github.com/autoplot/dev/search?q=setFilter&unscoped_q=setFilter">[search for examples]</a>
 <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/autoplot/RecentUrisDialog.md">[view on GitHub]</a>
 <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/autoplot/RecentUrisDialog.html#setFilter">[view on old javadoc]</a>
 <a href="https://sourceforge.net/p/autoplot/code/HEAD/tree/autoplot/trunk/Autoplot/src/org/autoplot/RecentUrisDialog.java#l63">[view source]</a>
<br>
<br>
<hr>
<a name="setModifiers"></a>
<h2>setModifiers</h2>
setModifiers( int modifiers ) &rarr; void

<p></p>

<h3>Parameters</h3>
modifiers - an int

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

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