Public Member Functions | Static Private Attributes

jscicalc.button.DownButton Class Reference

Button to move down history list. More...

Collaboration diagram for jscicalc.button.DownButton:
Collaboration graph
[legend]

List of all members.

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

Detailed Description

Button to move down history list.

Author:
J. D. Lamb
Version:
Revision:
1.8

Constructor & Destructor Documentation

jscicalc.button.DownButton.DownButton ( CalculatorApplet  applet  ) 

Member Function Documentation

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.

Parameters:
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().


Member Data Documentation

final long jscicalc.button.DownButton.serialVersionUID = 1L [static, private]

Reimplemented from jscicalc.button.CalculatorButton.


The documentation for this class was generated from the following file: