org.autoplot.scriptconsole.CommandLineTextPane
Generally-useful command line component with history and keybindings.
CommandLineTextPane( )
addActionListener
addActionListener( java.awt.event.ActionListener l ) → void
Adds an ActionListener
to the button.
Parameters
l - the ActionListener
to be added
Returns:
void (returns nothing)
[search for examples]
[view on GitHub]
[view on old javadoc]
removeActionListener
removeActionListener( java.awt.event.ActionListener l ) → void
Removes an ActionListener
from the button.
If the listener is the currently set Action
for the button, then the Action
is set to null
.
Parameters
l - the listener to be removed
Returns:
void (returns nothing)
[search for examples]
[view on GitHub]
[view on old javadoc]