

Public Member Functions | |
| CommandLine () | |
| CommandLine (int n) | |
| synchronized void | addEventListener (EventListener l) |
| synchronized void | removeEventListener (EventListener l) |
| void | eventReceived (Event event) |
Protected Member Functions | |
| void | process (KeyEvent e) |
| oakplot.CommandLine.CommandLine | ( | ) |
Creates a new CommandLine which can change the properties of a Plottable object.
| [in] | cp | CommandParser holding Plottable object |
| oakplot.CommandLine.CommandLine | ( | int | n | ) |
Creates a new CommandLine which can change the properties of a Plot2D object. It will also hold n commands in its history
| [in] | plot | Two dimensional plot |
| [in] | n | Number of historical commands |
| void oakplot.CommandLine.process | ( | KeyEvent | e | ) | [protected] |
Process key strokes entered in the CommandLine. Overrides the parent class HistoryTextField implementation.
| [in] | e | KeyEvent e to process |
1.5.8