Class functionButtonHandler

Implemented Interfaces:
ActionListener

(package private) class functionButtonHandler
extends java.lang.Object
implements ActionListener

functionButtonHandler Class for handling all function and operator buttons of the gui of the Fourier transformation program Author: Christiane Adler

Field Summary

(package private) gui
myGui
(package private) JButton[]
myfctButtonArray

Constructor Summary

functionButtonHandler(gui mainGui)

Method Summary

void
actionPerformed(ActionEvent e)

Field Details

myGui

(package private)  gui myGui

myfctButtonArray

(package private)  JButton[] myfctButtonArray

Constructor Details

functionButtonHandler

public functionButtonHandler(gui mainGui)

Method Details

actionPerformed

public void actionPerformed(ActionEvent e)