Class buttonHandler

Implemented Interfaces:
ActionListener

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

buttonHandler Class for handling almost all buttons of the gui of the Fourier transformation program (except: function buttons and operator buttons) Author: Christiane Adler

Field Summary

(package private) gui
myGui
(package private) JButton[]
myfctButtonArray
(package private) String
name
(package private) String
passwort

Constructor Summary

buttonHandler(gui mainGui)

Method Summary

void
actionPerformed(ActionEvent e)

Field Details

myGui

(package private)  gui myGui

myfctButtonArray

(package private)  JButton[] myfctButtonArray

name

(package private)  String name

passwort

(package private)  String passwort

Constructor Details

buttonHandler

public buttonHandler(gui mainGui)

Method Details

actionPerformed

public void actionPerformed(ActionEvent e)