<h2>org.autoplot.datasource.RecentComboBoxModel</h2><p>Provide a comboBoxModel so that the ComboBox remembers recent entries.  This listens for ActionEvents from a
 JComboBox and adds valid items to its droplist.  The recent entries are stored in the bookmarks folder in the
 file "recent.PREF.txt" where PREF is a string assigned to this object identifying the theme, such as
 "timerange".  Specifically, the event is validated and recorded into the file, then the file is loaded,
 sorted and saved again.</p>
<h2>RecentComboBoxModel( <a href='https://docs.oracle.com/javase/8/docs/api/java/lang/String.html'>String</a> pref )</h2>
<p></p>

<hr>
<a name="actionPerformed"></a>
<h2>actionPerformed</h2>
actionPerformed( <a href='https://docs.oracle.com/javase/8/docs/api/java/awt/event/ActionEvent.html'>java.awt.event.ActionEvent</a> e ) &rarr; void

<p></p>

<h3>Parameters</h3>
e - an ActionEvent

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

<br><br>
<a href="https://github.com/autoplot/dev/search?q=actionPerformed&unscoped_q=actionPerformed">[search for examples]</a>
 <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/autoplot/datasource/RecentComboBoxModel.md">[view on GitHub]</a>
 <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/autoplot/datasource/RecentComboBoxModel.html#actionPerformed">[view on old javadoc]</a>
 <a href="https://sourceforge.net/p/autoplot/code/HEAD/tree/autoplot/trunk/DataSource/src/org/autoplot/datasource/RecentComboBoxModel.java#l133">[view source]</a>
<br>
<br>
<hr>
<a name="setVerifier"></a>
<h2>setVerifier</h2>
setVerifier( <a href='http://www-pw.physics.uiowa.edu/~jbf/autoplot/doc/org/autoplot/datasource/RecentComboBoxModel/InputVerifier.html'>org.autoplot.datasource.RecentComboBoxModel.InputVerifier</a> v ) &rarr; void

<p>allow filtering of invalid entries so they aren't recorded in history.</p>

<h3>Parameters</h3>
v - a RecentComboBoxModel.InputVerifier

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

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