jscicalc.button.UpButton Class Reference

Move up the history list. More...

Inheritance diagram for jscicalc.button.UpButton:

jscicalc.button.CalculatorButton
Collaboration diagram for jscicalc.button.UpButton:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 UpButton (CalculatorApplet applet)
 Constructor.
void actionPerformed (java.awt.event.ActionEvent actionEvent)
 Asks CalculatorApplet to move up history list.

Static Private Attributes

static final long serialVersionUID = 1L


Detailed Description

Move up the history list.

See also:
DownButton
Author:
J. D. Lamb
Version:
Revision
1.8

Constructor & Destructor Documentation

jscicalc.button.UpButton.UpButton ( CalculatorApplet  applet  ) 


Member Function Documentation

void jscicalc.button.UpButton.actionPerformed ( java.awt.event.ActionEvent  actionEvent  ) 

Asks CalculatorApplet to move up history list.

Current expression is preserved even if it hasn’t been evaluated.

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
See also:
CalculatorApplet.upHistory()

Reimplemented from jscicalc.button.CalculatorButton.

References jscicalc.button.CalculatorButton.getApplet(), jscicalc.CalculatorApplet.updateDisplay(), and jscicalc.CalculatorApplet.upHistory().


Member Data Documentation

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

Reimplemented from jscicalc.button.CalculatorButton.


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

Generated on Sun Jun 1 08:57:58 2008 for Java Scientific Calculator by  doxygen 1.5.5