nl.tudelft.simulation.dsol.gui.editor2D.actions
Class MenuBarActions

java.lang.Object
  extended by nl.tudelft.simulation.dsol.gui.editor2D.actions.MenuBarActions
All Implemented Interfaces:
ActionListener, EventListener

public class MenuBarActions
extends Object
implements ActionListener

MenuBarActions.java
(c) copyright 2002-2005 Delft University of Technology , the Netherlands.
See for project information www.simulation.tudelft.nl
License of use: Lesser General Public License (LGPL) , no warranty.

Version:
$Revision: 1.1 $ $Date: 2007/01/06 13:23:35 $
Author:
Roy Chin

Constructor Summary
MenuBarActions(MenuBar source, DSOLApplicationInterface application)
          Constructor
 
Method Summary
 void actionPerformed(ActionEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MenuBarActions

public MenuBarActions(MenuBar source,
                      DSOLApplicationInterface application)
Constructor

Parameters:
source - Parent
application - The application
Method Detail

actionPerformed

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


Copyright © 2002-2010 Delft University of Technology, the Netherlands. All Rights Reserved.