Package ptolemy.actor.gui
Class TableauFrame.MenuItemListener
- java.lang.Object
-
- ptolemy.actor.gui.TableauFrame.MenuItemListener
-
- All Implemented Interfaces:
java.awt.event.ActionListener,java.util.EventListener
- Enclosing class:
- TableauFrame
protected static class TableauFrame.MenuItemListener extends java.lang.Object implements java.awt.event.ActionListenerA Listener for menu items.
-
-
Constructor Summary
Constructors Constructor Description MenuItemListener(EffigyFactory factory, ModelDirectory directory, Configuration configuration)Constructs a MenuItemListener object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactionPerformed(java.awt.event.ActionEvent event)
-
-
-
Constructor Detail
-
MenuItemListener
public MenuItemListener(EffigyFactory factory, ModelDirectory directory, Configuration configuration)
Constructs a MenuItemListener object.- Parameters:
factory- The factor for the Effigy.directory- The directory of all the models.configuration- The Configuration for this instance of Ptolemy.
-
-