Button to move down history list. More...

Public Member Functions | |
| DownButton (CalculatorApplet applet) | |
| Constructor. | |
| void | actionPerformed (java.awt.event.ActionEvent actionEvent) |
| Moves down the history list unless we are at the last expression in the list, in which case does nothing. | |
Static Private Attributes | |
| static final long | serialVersionUID = 1L |
Button to move down history list.
| jscicalc.button.DownButton.DownButton | ( | CalculatorApplet | applet | ) |
Constructor.
Sets PObject to DOwn.
| applet | The controller object. |
References jscicalc.CalculatorApplet.minSize(), jscicalc.button.CalculatorButton.pobject, jscicalc.button.CalculatorButton.setToolTipText(), jscicalc.pobject.PObject.tooltip(), and jscicalc.button.CalculatorButton.tooltip().
| void jscicalc.button.DownButton.actionPerformed | ( | java.awt.event.ActionEvent | actionEvent | ) |
Moves down the history list unless we are at the last expression in the list, in which case does nothing.
| actionEvent | The event that generated this method call: usually a button press or called when CalculatorApplet responded to the key associated with this button |
Reimplemented from jscicalc.button.CalculatorButton.
References jscicalc.button.CalculatorButton.getApplet(), and jscicalc.CalculatorApplet.updateDisplay().
final long jscicalc.button.DownButton.serialVersionUID = 1L [static, private] |
Reimplemented from jscicalc.button.CalculatorButton.
1.7.1