Synthia
Generic and flexible data structure generator
examples.gui.Calculator.CalculatorPanel Class Reference

Detailed Description

The actual panel containing the interface of the calculator.

Definition at line 166 of file Calculator.java.

Inheritance diagram for examples.gui.Calculator.CalculatorPanel:

Public Member Functions

 CalculatorPanel ()
 
void actionPerformed (ActionEvent evt)
 
void reset ()
 Puts the object back into its initial state. More...
 

Constructor & Destructor Documentation

◆ CalculatorPanel()

examples.gui.Calculator.CalculatorPanel.CalculatorPanel ( )

Definition at line 178 of file Calculator.java.

Member Function Documentation

◆ actionPerformed()

void examples.gui.Calculator.CalculatorPanel.actionPerformed ( ActionEvent  evt)

Definition at line 196 of file Calculator.java.

◆ reset()

void examples.gui.Calculator.CalculatorPanel.reset ( )

Puts the object back into its initial state.

Implements ca.uqac.lif.synthia.Resettable.

Definition at line 281 of file Calculator.java.


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