<h2>org.autoplot.scriptconsole.CommandLineTextPane</h2><p>Generally-useful command line component with history and keybindings.</p>
<h2>CommandLineTextPane( )</h2>
<p></p>

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

<p>Adds an <code>ActionListener</code> to the button.</p>

<h3>Parameters</h3>
l - the <code>ActionListener</code> to be added

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

<br><br>
<a href="https://github.com/autoplot/dev/search?q=addActionListener&unscoped_q=addActionListener">[search for examples]</a>
 <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/autoplot/scriptconsole/CommandLineTextPane.md">[view on GitHub]</a>
 <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/autoplot/scriptconsole/CommandLineTextPane.html#addActionListener">[view on old javadoc]</a>
<br>
<br>
<hr>
<a name="removeActionListener"></a>
<h2>removeActionListener</h2>
removeActionListener( <a href='https://docs.oracle.com/javase/8/docs/api/java/awt/event/ActionListener.html'>java.awt.event.ActionListener</a> l ) &rarr; void

<p>Removes an <code>ActionListener</code> from the button.
 If the listener is the currently set <code>Action</code>
 for the button, then the <code>Action</code>
 is set to <code>null</code>.</p>

<h3>Parameters</h3>
l - the listener to be removed

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

<br><br>
<a href="https://github.com/autoplot/dev/search?q=removeActionListener&unscoped_q=removeActionListener">[search for examples]</a>
 <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/autoplot/scriptconsole/CommandLineTextPane.md">[view on GitHub]</a>
 <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/autoplot/scriptconsole/CommandLineTextPane.html#removeActionListener">[view on old javadoc]</a>
<br>
<br>