gui
Class MainWindow.ActionHandler

java.lang.Object
  extended bygui.MainWindow.ActionHandler
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
MainWindow

class MainWindow.ActionHandler
extends java.lang.Object
implements java.awt.event.ActionListener

Listener for buttons and menu items.


Field Summary
private  ChoosePrioWindow cpw
           
private  int graphWindowNbr
           
 
Constructor Summary
(package private) MainWindow.ActionHandler()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cpw

private ChoosePrioWindow cpw

graphWindowNbr

private int graphWindowNbr
Constructor Detail

MainWindow.ActionHandler

MainWindow.ActionHandler()
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener