Class 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.ActionListener
    A Listener for menu items.
    • 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.
    • Method Detail

      • actionPerformed

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