Public Member Functions | Static Private Attributes

jscicalc.button.SclButton Class Reference

Clear statistical memory. More...

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

List of all members.

Public Member Functions

 SclButton (CalculatorApplet applet)
 Constructor.
void actionPerformed (java.awt.event.ActionEvent actionEvent)
 Asks CalculatorApplet to clear statistical memory.

Static Private Attributes

static final long serialVersionUID = 1L

Detailed Description

Clear statistical memory.

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

Constructor & Destructor Documentation

jscicalc.button.SclButton.SclButton ( CalculatorApplet  applet  ) 

Member Function Documentation

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

Asks CalculatorApplet to clear statistical memory.

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.applet, jscicalc.CalculatorApplet.clearStatMemory(), jscicalc.button.CalculatorButton.getApplet(), jscicalc.CalculatorApplet.getMode(), jscicalc.CalculatorApplet.setMode(), jscicalc.CalculatorApplet.setShift(), and jscicalc.CalculatorApplet.updateDisplay().


Member Data Documentation

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

Reimplemented from jscicalc.button.CalculatorButton.


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