Interface
Class PopMenu

java.lang.Object
  |
  +--Interface.PopMenu
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class PopMenu
extends java.lang.Object
implements java.awt.event.ActionListener

Implements the menu of the simulator.

Copyright (c) 2004 Paul Vogt


Constructor Summary
PopMenu()
           
PopMenu(boolean[] views)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 javax.swing.JMenuBar getJMenuBar()
           
 void setParameters(Parameters param)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PopMenu

public PopMenu(boolean[] views)

PopMenu

public PopMenu()
Method Detail

setParameters

public void setParameters(Parameters param)

actionPerformed

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

getJMenuBar

public javax.swing.JMenuBar getJMenuBar()